Closed puug closed 8 years ago
@puug: Awesome! Is this getting some production use? Would you like to transfer this repo to the https://github.com/consoleau org?
@mbuhot We're certainly looking at it, even though ES 5.0 is a bit buggy at the moment. We're happy to give it a good home if you're busy drinking the Elixir coolaid 😄
Main changes
Other changes which can be revoked:
CommonQuery
which allows for common functionality found inAbstractQueryBuilder
which all queries inherit from. Specifically this allows for 'boost' args and application to be applied to all inheriting queries, but at the cost of no longer being able to use data classes. Only applied to the term queries for now, but this pattern can be used elsewhere.