loopbackio / loopback-connector-elastic-search

Strongloop Loopback connector for Elasticsearch
MIT License
78 stars 56 forks source link

Added support for multiple where clause #78

Closed aquid closed 7 years ago

aquid commented 7 years ago

Loopback internally does some model calls with where filter in a wrong pattern. Ideally where filter in loopback should just have single direct property filter and if there are multiple filters associated with the property then they all should be inside “and/ or” filter.

aquid commented 7 years ago

79 has been added to explain the need for this PR