We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6762b35 commit 798827fCopy full SHA for 798827f
docs/flexSearch.md
@@ -120,8 +120,8 @@ query {
120
}
121
```
122
123
-The query also accepts the pagination arguments `first`, `skip` and `after`, the sorting argument
124
-`orderBy` and the regular filtering argument `filter`. Because the ArangoSearch-index cannot be used
+The query also accepts the pagination arguments `first`, `skip` and `after` and the sorting argument
+`orderBy`. The regular filter argument is available as `postFilter`. Because the ArangoSearch-index cannot be used
125
for sorting and regular filtering, these can be very slow for large amounts of data. To prevent slow
126
queries, cruddl returns an error in these cases.
127
0 commit comments