Skip to content

Search for exact strings #100

Description

@martinvonwittich

Description:

I'd like to be able to search for exact strings.

For example, right now I'm looking for the string "<internal tool> logging" in all our rooms. I know that logging is the exact word I want to match (it's actually the title of an internal bug and so likely to be cited exactly like that), but unfortunately the PostgreSQL full text search will stem logging to log, and this will pollute my result list with lots and lots of irrelevant matches like AudioLog, Log, Dateilog, Changelog, bash_log, dialog, Login, Logparser, ... which makes it practically impossible to actually find what I'm looking for.

I've attempted to quote loggging ("logging") to force an exact match, but that doesn't seem to have any effect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions