We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ec396 commit 0dc2e73Copy full SHA for 0dc2e73
src/Autocomplete/doc/index.rst
@@ -250,7 +250,7 @@ to the options above, you can also pass:
250
251
``filter_query`` (default: ``null``)
252
If you want to completely control the query made for the "search results",
253
- use this option. This is incompatible with ``searchable_fields``::
+ use this option. This is incompatible with ``searchable_fields`` and ``max_results``::
254
255
[
256
'filter_query' => function(QueryBuilder $qb, string $query, EntityRepository $repository) {
0 commit comments