sergiodlopes / jquery-flexdatalist

Flexible input autocomplete/datalist plugin for jQuery
http://projects.sergiodinislopes.pt/flexdatalist/
MIT License
365 stars 84 forks source link

Custom ajax parameters #203

Closed applyACS closed 5 years ago

applyACS commented 5 years ago

Is there any way I can customize parameters of ajax call. I want to use this with elasticsearch, direct ajax call to elastic server, but some params are not accepted by elastic.

ozgurg commented 5 years ago

You can use params options to add custom ajax parameters.

applyACS commented 5 years ago

this is not working with elasticsearch...anyway I give up on it