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

term query using source and dest in elmond does not return results #3

Open
sowmyab opened this issue Mar 28, 2022 · 0 comments
Open

Comments

@sowmyab
Copy link

sowmyab commented Mar 28, 2022

elmond uses a term query to filter results based on source and destination. Those fields have been indexed as a text type so the query does not yield results.

Either the index mapping needs to be modified to index these fields as "keyword" or the query in elmond needs to be changed to use .keyword

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Ready
Development

No branches or pull requests

1 participant