juspay/hyperswitch

refactor(opensearch): Add trait based inputs for opensearch query builder

Open

#5,222 opened on Jul 5, 2024

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Rust (42,690 stars) (4,676 forks)batch import
A-AnalyticsC-refactorgood first issue

Description

Add trait based inputs for opensearch query builder

Currently, we are taking string as input to the filter clause, but we need to use a trait which can take in any generic type as input to the filter clause.

Contributor guide

refactor(opensearch): Add trait based inputs for opensearch query builder · juspay/hyperswitch#5222 | Good First Issue