mailerlite / laravel-elasticsearch

An easy way to use the official Elastic Search client in your Laravel applications.
MIT License
918 stars 187 forks source link

Filter research #66

Closed Bybeez closed 5 years ago

Bybeez commented 5 years ago

Hello, I'm trying to filter results by dates, I tried adding a "filter" parameter in my search query but I got an error saying it was not an authorized parameter. How can I do it ?

cviebrock commented 5 years ago

Any error like that isn't going to be related to this package, which is really a Laravel convenience wrapper for the official ES PHP client.

Have you tried asking on https://github.com/elastic/elasticsearch-php/issues ?

cviebrock commented 5 years ago

Closing due to no response. Feel free to re-open or comment if you are still having issues.