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

Numeric field can't be searched with wildcard operator #81

Closed
To-om opened this issue Mar 18, 2019 · 0 comments
Closed

Numeric field can't be searched with wildcard operator #81

To-om opened this issue Mar 18, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@To-om
Copy link
Contributor

To-om commented Mar 18, 2019

The default search operator becomes wildcard since #79. With that operator, search on numeric field fails: wildcard operator is not applicable on numeric.

This issue reverts default behavior introduced with #79:

  • Term search becomes again ~= and {"_field": field, "_value": value}
  • Wildcard search is available using ~=~ and {"_wildcard":{"_field": field, "_value": value}}
@To-om To-om added the bug label Mar 18, 2019
@To-om To-om added this to the 1.10 milestone Mar 18, 2019
@To-om To-om self-assigned this Mar 18, 2019
@To-om To-om closed this as completed Mar 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant