imbo / imbo-metadata-search

Imbo plugin that enables metadata search
MIT License
3 stars 4 forks source link

Dsl parser and transformations #4

Closed fangel closed 9 years ago

fangel commented 9 years ago

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..

kbrabrand commented 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.

fangel commented 9 years ago

Okay, I think I have addressed the mentioned issues now.

kbrabrand commented 9 years ago

Looks good to me :+1: Merging!