-
-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Searching on a 'one to many' currently always does an outer join. This is correct when doing an 'or' query but is expensive and unnecessary when doing an 'and' query. I'd like to see if it is possible to either add some logic that determines if an outer or inner is needed or maybe add an option in the query itself.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request