juspay/hyperswitch

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

Open

#5222 aperta il 5 lug 2024

Vedi su GitHub
 (1 commento) (0 reazioni) (1 assegnatario)Rust (4676 fork)batch import
A-AnalyticsC-refactorgood first issue

Metriche repository

Star
 (42.690 star)
Metriche merge PR
 (Merge medio 6g 22h) (213 PR mergiate in 30 g)

Descrizione

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.

Guida contributor