Closed fangel closed 9 years ago
Without checking the codestyle for Imbo I notice that you use comma-first style when declaring multiple use statements. The rest of the code has the comma after the class name so we should probably stick to that.
Okay, I think I have addressed the mentioned issues now.
Looks good to me :+1: Merging!
First draft of a query-DSL parser and a rather naive implementation of a ElasticSearch-php query-transformation.
Take a look and see what you think. Check the unit-tests for examples of how it works..