Mantas Var

Results 4 issues of Mantas Var

I have tested [range](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-range-query.html) query and found out that it works with multiple fields (tested with ES 2.1.1). This library does not support that. Example: ``` json { "range": {...

planned

I have following configuration: ``` yml ongr_filter_manager: managers: product_list: filters: - manufacturer repository: 'es.manager.default.product' filters: choice: manufacturer: request_field: 'man' field: manufacturer ``` Usually with this config URL looks like this:...

bug
qa

After testing filter manager bundle in user role I got an idea. Each `field` in configuration should be document property but not plain Elasticsearch field name. I think this would...

question

https://github.com/ongr-io/FilterManagerBundle/blob/6921be1c07816bac486fd230dc740cd5d76292bf/Tests/Functional/Filters/Widget/Sort/SortTest.php#L153 Expected order: 1 3 4 2 Usually when fails returns: 3 1 4 2 But once returned: 3 4 1 2 Test results: | Elasticsearch | Shards | Result...

bug