juspay/hyperswitch

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

Open

#5,222 建立於 2024年7月5日

在 GitHub 查看
 (1 留言) (0 反應) (1 負責人)Rust (4,676 fork)batch import
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.

貢獻者指南