Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing fields on simple query string query #2795

Merged
merged 2 commits into from
Jun 29, 2017

Conversation

russcam
Copy link
Contributor

@russcam russcam commented Jun 28, 2017

Add missing fields on simple query string query
Add quote_field_suffix to simple_query_string query
Deprecate lowercase_expanded_terms and locale: elastic/elasticsearch#20208
Add "all field" execution mode to query_string and simple_query_string query: elastic/elasticsearch#20925

Fixes #2792

Requires porting to master (check if lowercase_expanded_terms and locale should be removed)

Copy link
Member

@Mpdreamz Mpdreamz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Add `quote_field_suffix` to simple_query_string query
Deprecate `lowercase_expanded_terms` and `locale`: elastic/elasticsearch#20208
Add "all field" execution mode to query_string and simple_query_string query: elastic/elasticsearch#20925

Fixes #2792
@russcam russcam force-pushed the fix/5.x-quote-field-suffix branch from a047ce9 to 0897324 Compare June 29, 2017 03:16
@russcam russcam merged commit bef4b9d into 5.x Jun 29, 2017
russcam added a commit that referenced this pull request Jun 29, 2017
* Add missing fields on simple query string query

Add `quote_field_suffix` to simple_query_string query
Deprecate `lowercase_expanded_terms` and `locale`: elastic/elasticsearch#20208
Add "all field" execution mode to query_string and simple_query_string query: elastic/elasticsearch#20925

Fixes #2792

* Convert to property expressions

(cherry picked from commit bef4b9d)
@Mpdreamz Mpdreamz deleted the fix/5.x-quote-field-suffix branch July 5, 2017 08:51
awelburn pushed a commit to Artesian/elasticsearch-net that referenced this pull request Nov 6, 2017
* Add missing fields on simple query string query

Add `quote_field_suffix` to simple_query_string query
Deprecate `lowercase_expanded_terms` and `locale`: elastic/elasticsearch#20208
Add "all field" execution mode to query_string and simple_query_string query: elastic/elasticsearch#20925

Fixes elastic#2792

* Convert to property expressions

(cherry picked from commit bef4b9d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants