You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i cannot search in join tables because of missing OR
Specification.where(specificationBuilder.build())
.and(additionalSpecification)
.and(preFilteringSpecification),
.or(joinSpecification) // missing here for example
specificationBuilder.createPageable());
The text was updated successfully, but these errors were encountered:
i cannot search in join tables because of missing OR
Specification.where(specificationBuilder.build())
.and(additionalSpecification)
.and(preFilteringSpecification),
.or(joinSpecification) // missing here for example
specificationBuilder.createPageable());
The text was updated successfully, but these errors were encountered: