You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the case where there is a set of suggested values. Say: ["value 1", "value 2", "value 3"]
However, I also need to append some id to the values, which I want to keep hidden [[1, "value 1"], [2, "value 2"], [3, "value 3"]]
The formatting of the JSON above could be different. But while I want visualsearch to display only ["value 1", "value 2", "value 3"], I want to keep the hidden ids for usage in the search function.
Is this possible? Could you suggest me some workaround?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
I have the case where there is a set of suggested values. Say:
["value 1", "value 2", "value 3"]
However, I also need to append some id to the values, which I want to keep hidden
[[1, "value 1"], [2, "value 2"], [3, "value 3"]]
The formatting of the JSON above could be different. But while I want visualsearch to display only
["value 1", "value 2", "value 3"]
, I want to keep the hidden ids for usage in the search function.Is this possible? Could you suggest me some workaround?
Thanks
The text was updated successfully, but these errors were encountered: