mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #534 from halkyon/doc_update
MINOR Removing "functionality below isn't implemented" message in datamo...
This commit is contained in:
commit
529d23625e
@ -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));
|
... 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
|
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"`.
|
field names to change this: `":StartsWith"`, `":EndsWith"`, `":PartialMatch"`, `":GreaterThan"`, `":LessThan"`, `":Negation"`.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user