Merge pull request #5580 from nemith/apidocfix

Fixes #5579: mark `ie` and `nie` filter exprs as insensitive
This commit is contained in:
Jeremy Stretch 2021-01-05 20:31:49 -05:00 committed by GitHub
commit a77658a6bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,8 +78,8 @@ String based (char) fields (Name, Address, etc) support these lookup expressions
- `nisw` - negated case insensitive starts with
- `iew` - case insensitive ends with
- `niew` - negated case insensitive ends with
- `ie` - case sensitive exact match
- `nie` - negated case sensitive exact match
- `ie` - case insensitive exact match
- `nie` - negated case insensitive exact match
### Foreign Keys & Other Fields