mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Removing "functionality below isn't implemented" message in datamodel docs, as these are now implemented.
This commit is contained in:
parent
8b2cb9a7d9
commit
b27597c5ef
@ -190,9 +190,6 @@ This would be equivalent to a SQL query of
|
||||
:::
|
||||
... WHERE ("FirstName" NOT IN ('Sam','Sig) OR "Age" NOT IN ('17', '74));
|
||||
|
||||
|
||||
**FUN FACT:** The functionality below isn't implemented in the code yet.
|
||||
|
||||
By default, these filters specify case-insensitive exact matches. There are a number of suffixes that you can put on
|
||||
field names to change this: `":StartsWith"`, `":EndsWith"`, `":PartialMatch"`, `":GreaterThan"`, `":LessThan"`, `":Negation"`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user