Skip to content

Memory table does not construct query correctly when filtering #6349

@thomheymann

Description

@thomheymann

There is an issue with the way search bar queries are constructed when filtering in EuiMemoryTable component causing bugs when e.g. usernames or tags contain special characters: elastic/kibana#143079

Screenshot 2022-11-08 at 13 15 59

To fix this values that contain special characters should be wrapped in quotation marks, e.g.:

  • username:user@domain should be username:"user@domain" instead
  • tag:(tag1 or tag2@tag2) should be tag:(tag1 or "tag2@tag2") instead

Metadata

Metadata

Assignees

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