erichard / elasticsearch-query-builder

Build query for an ElasticSearch client using a fluent interface
MIT License
39 stars 20 forks source link

Add simple_query_string support #24

Closed justasmalinauskas closed 1 year ago

justasmalinauskas commented 1 year ago

Hi, I have got another item to add to this library :)

https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-simple-query-string-query.html https://opensearch.org/docs/latest/search-plugins/sql/full-text/#simple-query-string

erichard commented 1 year ago

Thanks @justasmalinauskas 🙏