erichard / elasticsearch-query-builder

Build query for an ElasticSearch client using a fluent interface
MIT License
39 stars 20 forks source link

Constructor arguments and argument setters throughout #10

Closed byt3sage closed 2 years ago

byt3sage commented 2 years ago

As per #7 I have created a subtask for the below:

Every QueryInterface MUST have a constructor with all arguments needed to build a valid query
All others arguments MUST have a setter.

In addition, we need to ensure that the tests are updated to reflect this.

byt3sage commented 2 years ago

@erichard I'll pick this up

byt3sage commented 2 years ago

PR merged so closing this issue