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());
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());