Cris
04/12/2024, 2:23 AMtitle_en
, title_nl
, title_fr
, language
Is it possible to use query_by
with conditions where it should just query a specific field based on the language
field
e.g
If a document has language fr
, when I search for a keyword, it should only search on title_fr
, same with the other language, if language
is nl
, it will only use the title_nl
when searching
something like query_by = title_fr if language = fr OR title_en if language = en
Thanks!
cc @Jason BoscoKishore Nallan
04/12/2024, 9:36 AM