I will contact you again. If you enter a name in the main search box, please tell us how to find the name by example, video, or image.
Can you please elaborate? I need more context before I answer this question.
As shown in the video, if you search for my name “Alex Shin” in the main search box, it will appear as the group’목회총무처’ What I want is to search for only my face and the name below. Did you understand?
As indicated by @Drearystate in you other post, you would probably need to have multiple inline lists on a details screen with search enabled for both lists. One list for whatever you are displaying at the beginning of your video, and another list that displays all of the people. I don’t think you would need to create your own search function, but the search would show results for both lists. It sounds like you want the search to find and display the details of a specific person within the details of your first list item. That’s just not how Glide works. The search function will search through any data that’s visible within the items your are currently displaying in your list style view, or any inline lists that have search enabled on that screen. If the screen that you are searching on does not show any of the data you are looking for, you will not get the results you want. The search function only search what’s currently visible. It does not search through other parts of your app.
In all honesty, I’m not sure how you are even able to search an inline list within the items of the inline list you are searching. As far as I know that’s not even possible, unless you have your data structured in a way that I do not understand.