Przeglądaj źródła

Fixes #5579: mark `ie` and `nie` filter exprs as insensitive

In the documentation the `ie` and `nie` filter expressions are
incorrectly marked as senstive matches when they are in fact
insensitive.
Brandon Bennett 5 lat temu
rodzic
commit
4a2d2882c6
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      docs/rest-api/filtering.md

+ 2 - 2
docs/rest-api/filtering.md

@@ -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