Have you looked at the expressions module? It provides support for
user-defined computation using values from the index based on a simple
expression language. It might prove useful to you if the exchange rate
needs to be tracked very dynamically.
On Thu, Sep 2, 2021 at 2:15 PM Kumaran Ramasubraman
I am having one use case regarding currency based search. I want to get any
suggestions or pointers..
For example,
Assume,
1USD = 75 INR
1USD = 42190 IRR
similarly, we have support for 100 currencies as of now.
Record1 created with PRICE 150 INR & EXCHANGE_RATE 75 for USD
Record2 created with PRI