-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
As a end-user I would like to:
Search with partial keyword
e.g date
should match with releaseDate
One solution could be to prefix and postfix each word with *
However if we blindly do this, we could have unexpected side effects with the hibernate search query parameters behaviour.
e.g user searches for The "release version" --> this would match "releaseDate"
The user explicit;y mentioned the phrase release version and so it should not match releaseDate.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request