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.