juspay/hyperswitch
在 GitHub 查看refactor(opensearch): Add trait based inputs for opensearch query builder
Open
#5,222 创建于 2024年7月5日
A-AnalyticsC-refactorgood first issue
仓库指标
- Star
- (42,690 star)
- 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.