Development support

Good morning Bubble community! Please help me :pleading_face:

I’m creating an equipment query system in Bubble and basically I have a database with:

  • Name
  • Tag
  • Description
  • Image

For approximately 40 items, the idea is for the user to search in a bubble search box the equipment through the device tag and the result is displayed in a repeater group below.

The proposal is actually quite simple, but I’m having a lot of difficulty working out the logic.

I sincerely thank you for your help :heart:

Is that input a search box? If not, you can make it a search box that searches your Equipments based on the Tag field. Then, when Searchbox’s value is changed, display the (one) result in the repeating group. If you want the RG to show all results, you can add a constraint to the repeating group which looks for Equipment where Tag = Searchbox’s typed text. This will update the RG when focus is removed from the searchbox.

Exactly George! The input is a search box , my question is to make the fields that I mentioned previously displayed in the ID based on the tag entered in the search box. Should I use a restriction on the RG… on the text within the RG?

Could you help me :pleading_face:?