Skip to content

Commit 474dd36

Browse files
committed
manipulate_elasticsearch_query.md: Fix redundancy
1 parent 60188d9 commit 474dd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/search/extensibility/manipulate_elasticsearch_query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Manipulate the search query when using the Elasticsearch search eng
77
You can customize the search query before it's executed.
88
To do it, subscribe to [`Ibexa\Contracts\Elasticsearch\Query\Event\QueryFilterEvent`](../../api/php_api/php_api_reference/classes/Ibexa-Contracts-Elasticsearch-Query-Event-QueryFilterEvent.html).
99

10-
The following example shows how to add an additional Search Criterion to all queries.
10+
The following example shows how to add a Search Criterion to all queries.
1111

1212
Depending on your configuration, this might impact all search queries, including those used for search and content tree in the back office.
1313

0 commit comments

Comments
 (0)