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

Handle short form queries #4324

Merged
merged 2 commits into from
Jan 28, 2020
Merged

Handle short form queries #4324

merged 2 commits into from
Jan 28, 2020

Conversation

russcam
Copy link
Contributor

@russcam russcam commented Jan 24, 2020

This commit handles the short form of the following queries:

  • term query
  • match query
  • prefix query
  • match phrase query
  • match phrase prefix query
  • match bool prefix query

Closes #2855

This commit handles the short form of the following queries:

- term query
- match query
- prefix query
- match phrase query
- match phrase prefix query
- match bool prefix query

Closes #2855
@russcam
Copy link
Contributor Author

russcam commented Jan 28, 2020

Would you mind taking another look please, @Mpdreamz ?

@russcam
Copy link
Contributor Author

russcam commented Jan 28, 2020

Spoke with @Mpdreamz about this offline, merging in

@russcam
Copy link
Contributor Author

russcam commented Jan 28, 2020

Failing tests don't look related to this change, and #4280 is open to investigate

@russcam russcam merged commit 4adf18a into 7.x Jan 28, 2020
russcam added a commit that referenced this pull request Jan 28, 2020
* Handle short form queries

This commit handles the short form of the following queries:

- term query
- match query
- prefix query
- match phrase query
- match phrase prefix query
- match bool prefix query

Closes #2855

(cherry picked from commit 4adf18a)
@russcam
Copy link
Contributor Author

russcam commented Jan 28, 2020

ported to master in 5d7df16

@Mpdreamz Mpdreamz deleted the fix/7x/2855 branch February 10, 2020 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants