From b27597c5efb3b626b25eb81043d8ec1858436e3b Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Fri, 15 Jun 2012 13:14:38 +1200 Subject: [PATCH] MINOR Removing "functionality below isn't implemented" message in datamodel docs, as these are now implemented. --- docs/en/topics/datamodel.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/en/topics/datamodel.md b/docs/en/topics/datamodel.md index 828409457..61d9371d3 100755 --- a/docs/en/topics/datamodel.md +++ b/docs/en/topics/datamodel.md @@ -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"`.