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

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

Description

@lalmeras

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions