Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

AbstractHibernateSearchSearchQuery · add matchOneIfGiven(Binding<Collection<P>>, Collection<P>) #65

Open
lalmeras opened this issue Dec 14, 2016 · 0 comments

Comments

@lalmeras
Copy link
Member

There is a mssing combination in AbstractHibernateSearchSearchQuery. It is the case where we need to match any term of a collection upon a field which is a collection.
We should add a new method to handle this case, but a new name is required as the same name trigger a same erasure conflict.

NB: workaround is to use fieldPath in place of Binding<Collection

> by calling getPath() on collection binding.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant