Hi team, quick question: we do have a plant databa...
# community-help
b
Hi team, quick question: we do have a plant database with common names in 135 languages, as a nested object in the object field
vernacular
, with 2 letter iso language as key and
string[]
as values. Is there a way to be able to both set
locale
for every language individually to enable rtl etc, but still be able to
query_by
vernacular, instead of having to join all languages like
vernacular.en
etc in the search string?