Skip to content

[EuiSearchBar] Allow Escaping @-symbol (or any configurable set of tokens) #3426

@naderhen

Description

@naderhen

I'm having a problem that seems similar to the one described in #2788. Attempting to search for an exact email address is considered invalid. Is there any way to extend the parsing logic via props/configuration that would allow this use case?

image

image

On the server side, we're using the following custom analyzer to make sure emails are being tokenized correctly, so I think this may be the last piece of the puzzle

email_analyzer = analyzer("email_analyzer", tokenizer="uax_url_email")

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    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