Skip to content
New issue

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

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

Already on GitHub? # to your account

feat(opensearch): add additional filters and create sessionizer indexes for local #6357

Closed
tsdk02 opened this issue Oct 17, 2024 · 0 comments · Fixed by #6352
Closed

feat(opensearch): add additional filters and create sessionizer indexes for local #6357

tsdk02 opened this issue Oct 17, 2024 · 0 comments · Fixed by #6352
Assignees
Labels
A-Analytics C-feature Category: Feature request or enhancement

Comments

@tsdk02
Copy link
Contributor

tsdk02 commented Oct 17, 2024

Global search has two components:

  • Free flow search, wherein search takes place across all fields available to search upon
  • Search on a specific field based on the field filter

Additional filters should be added for global search to search on a specific field.
A list of values can be provided for every filter field which will be added to the query in order to extract responses from opensearch / elasticsearch.

Existing filters (fields):

  • payment_method
  • currency
  • status
  • customer_email
  • search_tags

New filters to be added (fields):

  • connector
  • payment_method_type
  • card_network
  • card_last_4
  • payment_id
@tsdk02 tsdk02 added A-Analytics C-feature Category: Feature request or enhancement labels Oct 17, 2024
@tsdk02 tsdk02 self-assigned this Oct 17, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-Analytics C-feature Category: Feature request or enhancement
Projects
None yet
1 participant