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
{{ message }}
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: