Update README.md

This commit is contained in:
Philipp 2023-01-17 13:56:13 +01:00 committed by GitHub
parent 716b926aa0
commit ab3c06ae4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,7 +312,7 @@ Filter operators must be whitelisted per column in `PaginateConfig`.
`?filter.id=$not:$in:2,5,7` where column `id` is **not** `2`, `5` or `7` `?filter.id=$not:$in:2,5,7` where column `id` is **not** `2`, `5` or `7`
`?filter.summary=$not:$ilike:term` where column `summary` does not contain `term` `?filter.summary=$not:$ilike:term` where column `summary` does **not** contain `term`
`?filter.seenAt=$null` where column `seenAt` is `NULL` `?filter.seenAt=$null` where column `seenAt` is `NULL`