i have create search bar, If text change it will search first in title and then in subtitle, but i want, it will search same time in title and subtitle.
In the first for loop use a count that increments each time. Then use that count as the index for the subtitle list and do the ‘if contains text’ block for the subtitle too in the same for loop
can you say exact postion of this block in my block
where your first for loop is
it looks right, for the subtitle part, use your search_subtitle list
Also set count to 1 before the for loop
Post a screenshot of your list to see how it looks and in order to understand better what you are trying to achieve
this is title, and after click on it, will open the subtitle
You didn’t get the point. Show us both title and subtitle, then only it will be easy to suggest you
i have solved my problem by myself
If you don’t mind share with us what you have did to solve…