From 46348396330d43c14dfda10795d8dc17f2507a24 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Fri, 8 Sep 2023 17:37:54 -0700 Subject: [PATCH] changelog --- upcoming_changelogs/7175.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 upcoming_changelogs/7175.md diff --git a/upcoming_changelogs/7175.md b/upcoming_changelogs/7175.md new file mode 100644 index 000000000000..ddda13274517 --- /dev/null +++ b/upcoming_changelogs/7175.md @@ -0,0 +1,5 @@ +- Updated `EuiInMemoryTable` with a new `searchPlainText` prop. This boolean flag allows the built-in search bar to ignore EQL syntax and search for plain strings with special characters and symbols. + +**Bug fixes** + +- Fixed missing i18n in `EuiSearchBar`'s default placeholder and aria-label text