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.

贡献者指南