sudo-suhas / elastic-builder

A Node.js implementation of the elasticsearch Query DSL :construction_worker:
https://elastic-builder.js.org
MIT License
508 stars 75 forks source link

Support for auto_generate_synonyms_phrase_query to Query String Query #190

Open ChristopherTeague opened 11 months ago

ChristopherTeague commented 11 months ago

Hi,

Will there be support for adding the case_insensitive parameter of the query string query?

This is supported in elasticsearch versions >= 7.10.

Thanks!