juspay/hyperswitch
Ver no GitHubrefactor(opensearch): Add trait based inputs for opensearch query builder
Open
#5.222 aberto em 5 de jul. de 2024
A-AnalyticsC-refactorgood first issue
Métricas do repositório
- Stars
- (42.690 stars)
- Métricas de merge de PR
- (Mesclagem média 6d 22h) (213 fundiu PRs em 30d)
Description
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.