I’m trying to repeat the search method for the image list component (This: Search for listview with image - #3 by Diego), but I get error mentioned in the title . I do not really where it comes from and how to solve it, so I ask your help .
In the Not Found Block. Remove the not found text block and add a make a List Block there. In the First Slot add the Text_Box1.Text and in the second Slot add Not Found Text Block
I want the list to be displayed correctly and the result matches the one in the list, but the result will always be “not found” regardless of whether or not the item is listed:
No, I’m building a Notes application, I need a search function, but the default listview search bar does not please me, so I’m trying to create my own custom search bar…
You should take a look at the hint of the method setListViewElements. It takes a LIST of elements as input, not a STRING as you are trying to pass, since “look up in pairs” methods returns a string. Try to put the result in a list. Obviously you have to search keywords without the parentheses, as it’s already been said. They are used only to represent lists in Kodular, they are not part of the lists.
Ah, I thought that a list of corresponding elements was returned, well, I tried that but when searching for “Banana” the result is “Pineapple”, I want to be presented with elements that contain the letters searched, how do I do this?