From 42b3539d7af4dc701286606a22e2db54118c3c4f Mon Sep 17 00:00:00 2001 From: Timothy Sullivan Date: Tue, 13 Aug 2024 14:59:45 -0700 Subject: [PATCH] add changelog --- packages/eui/changelogs/upcoming/7960.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/eui/changelogs/upcoming/7960.md diff --git a/packages/eui/changelogs/upcoming/7960.md b/packages/eui/changelogs/upcoming/7960.md new file mode 100644 index 000000000000..21190e0d6dcd --- /dev/null +++ b/packages/eui/changelogs/upcoming/7960.md @@ -0,0 +1,5 @@ +**recognizedFields** + +- `recognizedFields` is a new field of `ParseOptions` which specifies the phrases that will be parsed as field + clauses. This field can be used wherever ParseOptions are exposed: in `Query.parse(terms, parseOptions)` and + in the `box` prop of `EuiSearchBar`.