Skip to content

Commit

Permalink
Merge pull request #30 from mhh1422/master
Browse files Browse the repository at this point in the history
Update the README
  • Loading branch information
mhh1422 committed Mar 22, 2016
2 parents ba61ee6 + 51a6773 commit e2810f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query_builder_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $result = TypeQuery::builder()
##Building a query

###The available ElasticSearch methods
The query builder allows the main filter/query clauses: `term`, `match`, `wildcard`, `range`, and `prefix`.
The query builder allows the main filter/query clauses: `term`, `match`, `wildcard`, `regexp`, `range`, and `prefix`.
Each of these methods can be used against a key, or multiple keys, or a value, or multiple values, giving
flexible way to build up a really complex queries.

Expand Down

0 comments on commit e2810f1

Please sign in to comment.