cakephp / elastic-search

Elastic search datasource for CakePHP
Other
88 stars 53 forks source link

Working towards supporting should and must_not clauses #90

Closed lorenzo closed 8 years ago

lorenzo commented 8 years ago

This simplifies the way we store the main wrapper BoolQuery, and sets the foundation for supporting should and must_not clauses.

Open Questions:

lorenzo commented 8 years ago

I renamed the search method to queryMust() and will shortly be working on queryShould() and queryMustNot()