Skip to content

Commit 60188d9

Browse files
committed
manipulate_elasticsearch_query.md: Link to PHP API Ref
1 parent 04c0c79 commit 60188d9

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
@@ -5,7 +5,7 @@ description: Manipulate the search query when using the Elasticsearch search eng
55
# Manipulate Elasticsearch query
66

77
You can customize the search query before it's executed.
8-
To do it, subscribe to `Ibexa\Contracts\ElasticSearchEngine\Query\Event\QueryFilterEvent`.
8+
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

1010
The following example shows how to add an additional Search Criterion to all queries.
1111

0 commit comments

Comments
 (0)