Please help! How to create search bar with buttons

Hey, you can set this up by tagging your room actors with things like “Room8” and “Floor3”. When the user types in the search bar, break the input into keywords, match them to the tags, and find the right actors. Then create buttons dynamically for each result; these can focus the camera or show info. To make the search smarter, you can map common words (like “toilet” or “kitchen”) to tags before searching, like Nawrot mentioned. Let me know if you need help with any part.