Hi, i think i’m facing the same issue.

I would like to make my search input to match the text value field of a datatype called “transport” there’s two field in this datatype that i want my search box input to match

  1. “departure”
  2. “destination”

I know i could “merge” those two parameters in order to make the search input to match the value 1 OR value 2, as explained in this tutorial here by @romanmg, however i think this is not where the problem come from.

I think the problem is the format value of the data fields which aren’t text but adresses, i will try to fix this by using anonther field in this datatype in order to describe the same value but in text format.