rsanchez / Deep

A set of Eloquent models for ExpressionEngine Channel Entries.
http://rsanchez.github.io/Deep/
MIT License
51 stars 14 forks source link

Full support for the search: parameter #4

Closed rsanchez closed 10 years ago

rsanchez commented 10 years ago

The search parameter has a whole lot of modes:

search:foo="bar|baz" search:foo="=bar|baz" search:foo="not bar|baz" search:foo="=not bar|baz" search:foo="bar&&baz" search:foo="not bar&&baz" search:foo=">=2" search:foo="IS_EMPTY|bar" search:foo="bar\w"

This currently only supports the first scenario.