Skip to content

Fuzzy Search - Partial Search #33

@kand617

Description

@kand617

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions