diff --git a/packages/eui/changelogs/upcoming/7960.md b/packages/eui/changelogs/upcoming/7960.md new file mode 100644 index 00000000000..21190e0d6dc --- /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`.