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

feat(globalsearch): Implement tag-based filters in global search #5096

Closed
lsampras opened this issue Jun 24, 2024 · 0 comments · Fixed by #5151
Closed

feat(globalsearch): Implement tag-based filters in global search #5096

lsampras opened this issue Jun 24, 2024 · 0 comments · Fixed by #5151
Assignees
Labels
A-Analytics C-feature Category: Feature request or enhancement

Comments

@lsampras
Copy link
Member

Add more explicit filters to global search:
Currently we rely on free form text search where opensearch matches the keywords across the entire document
We want to add a more refined & strict search query where we do exact matches on fields

filters to be added:

  • payment method
  • currency
  • status
  • customer_email

will need to add a filter_in_range function for the query builder as well to generate the corresponding query

@lsampras lsampras added C-feature Category: Feature request or enhancement A-Analytics labels Jun 24, 2024
@tsdk02 tsdk02 linked a pull request Jun 27, 2024 that will close this issue
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Analytics C-feature Category: Feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants