adamfairholm / Elasticquent

Map Larvel Eloquent models to Elasticsearch types
MIT License
201 stars 38 forks source link

Allow changing the uri search parameters #20

Open therpr opened 9 years ago

therpr commented 9 years ago

Allow using search uri parameters, such as search_type in search query. Available parameters:

https://gist.github.com/switkowski/c66fe696152a97941cae

From Elasticsearch\Client@get

chainlist commented 9 years ago

Good PR. But I think this method is starting to have too many arguments. Maybe a refactoring is necessary ?

therpr commented 9 years ago

That would be breaking change.