Skip to content

Commit 798827f

Browse files
committed
docs: rename filter to postFilter in docs
1 parent 6762b35 commit 798827f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/flexSearch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ query {
120120
}
121121
```
122122

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
123+
The query also accepts the pagination arguments `first`, `skip` and `after` and the sorting argument
124+
`orderBy`. The regular filter argument is available as `postFilter`. Because the ArangoSearch-index cannot be used
125125
for sorting and regular filtering, these can be very slow for large amounts of data. To prevent slow
126126
queries, cruddl returns an error in these cases.
127127

0 commit comments

Comments
 (0)