Skip to content

Commit

Permalink
Removed wrong datamodel docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Oct 16, 2012
1 parent be8ab2e commit 9e34a98
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/en/topics/datamodel.md
Expand Up @@ -221,15 +221,6 @@ since 1/1/2011.
'LastVisited:GreaterThan' => '2011-01-01'
));

If you wish to match against any of a number of columns, you can list several field names, separated by commas.
This will return all members whose first name or surname contain the string 'sam'.

:::php
$members = Member::get()->filter(array(
'FirstName,Surname:PartialMatch' => 'sam'
));


### Subtract

You can subtract entries from a DataList by passing in another DataList to `subtract()`
Expand Down

0 comments on commit 9e34a98

Please sign in to comment.