juspay/hyperswitch

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

Aberta

#5.222 aberto em 5 de jul. de 2024

 (1 comentário) (0 reação) (1 responsável)Rust (4.676 forks)batch import
A-AnalyticsC-refactorgood first issue

Métricas do repositório

Stars
 (42.690 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador