Skip to content

Enhanced Text Search functionality #22

@KeithMorris113

Description

@KeithMorris113

The existing Text Search is really good and with the "" wildcard is does support ANDing of search terms.
e.g. a search term quality
food would match strings "quality food" and "great quality and great food"

However it would be really powerful if additional search term operators could be added, such as the following examples

ORing - A logical OR of search terms so for example the terms pub OR bar OR club would match strings containing any of those terms removing the need to search for them separately

NOT - A logical NOT of a search term so for example pub NOT bar would find strings containing pub but not containing club

ANYORDER - Match ANDed terms that appear in any order in a string
e.g. ANYORDER [pub*bar] would match strings "I go to pubs and bars" and "I go to bars and pubs"

Many users are used to using advanced search operators and these types of additional operators would really add power to searching and analysing text data from sources such as social data, CX and user feedback.

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