Skip to content

Commit

Permalink
docs: Minor correction in src guide
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas committed May 26, 2017
1 parent 876359d commit d45d270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ thereby avoiding the `new` keyword. This means there are 2 ways of doing the sam
the reason for doing so because the documentation, type definitions declare classes and
it might be confusing to access them using only functions. I am open to rethinking this approach.
`recipes.js` has a few helper methods for augmenting the base queries and aggregations.
For example, although elasticsearch no longer supports the `exists` query, there is a helper recipe for that.
For example, although elasticsearch no longer supports the `missing` query, there is a helper recipe for that.
I am also considering adding a `bodybuilder` style bool query builder to the recipes.

The library uses inheritance and es6 class syntax quite heavily. The base classes for
Expand Down

0 comments on commit d45d270

Please sign in to comment.