I need help with this: "Lookup in pairs: the list (Banana Abacaxi) is not a well-formed list of pairs"

So you want to see every word that contains “Ba” in a list provided by you when you type “Ba” in your text box. Am I right? If yes, I think that a list of pairs and its methods are not advisable.
You should put all the words in a single list (preferably created from a csv row) and create a procedure to search the words. I’ve never did a similar thing before, so I should try to give you my solution; but I think that you should try yourself. Trial and error is the best method to learn

1 Like

Ok, I’ll try my own solution, anything, if it works out or not, I’ll come back here …

Thanks! :slight_smile:

1 Like

Btw I hope you know that a Filter Bar is already implemented in the List View component and you are trying your own method only for practice :slightly_smiling_face:

Yes, I know that, but I do not like him :slightly_frowning_face:.

maybe you can refer here.