loopbackio / loopback-connector-elastic-search

Strongloop Loopback connector for Elasticsearch
MIT License
79 stars 55 forks source link

[BUG] Filters are not working with Special Charactors #138

Open ArsalImam opened 3 years ago

ArsalImam commented 3 years ago

I'm trying to query data from elastic search with(out) filters but it is returning empty details. After a lot of debugging, we have identified that query's default parameter docType was breaking because of a hyphen in model's name.

ArsalImam commented 3 years ago

Fixed added in #139