juspay/hyperswitch
refactor(opensearch): Add trait based inputs for opensearch query builder
オープン
#5,222 opened on 2024/07/05
A-AnalyticsC-refactorgood first issue
Repository metrics
- Stars
- (42,690 個のスター)
- PR merge metrics
- (平均マージ 6d 22h) (30d で 213 merged PRs)
説明
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.