Skip to content

Commit 0dc2e73

Browse files
authored
fix(doc): Incompatibility filter_query and max_results
1 parent 49ec396 commit 0dc2e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autocomplete/doc/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ to the options above, you can also pass:
250250

251251
``filter_query`` (default: ``null``)
252252
If you want to completely control the query made for the "search results",
253-
use this option. This is incompatible with ``searchable_fields``::
253+
use this option. This is incompatible with ``searchable_fields`` and ``max_results``::
254254

255255
[
256256
'filter_query' => function(QueryBuilder $qb, string $query, EntityRepository $repository) {

0 commit comments

Comments
 (0)