Skip to content

Commit

Permalink
MINOR Removing "functionality below isn't implemented" message in dat…
Browse files Browse the repository at this point in the history
…amodel docs, as these are now implemented.
  • Loading branch information
Sean Harvey committed Jun 15, 2012
1 parent 8b2cb9a commit b27597c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/en/topics/datamodel.md
Expand Up @@ -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"`.

Expand Down

0 comments on commit b27597c

Please sign in to comment.