juspay/hyperswitch
refactor(opensearch): Add trait based inputs for opensearch query builder
开放
#5,222 创建于 2024年7月5日
A-AnalyticsC-refactorgood first issue
仓库指标
- 星标
- (42,690 个星标)
- PR 合并指标
- (平均合并 6天 22小时) (30 天内合并 213 个 PR)
描述
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.