I need a quick bit of advice to a simple problem if anyone happens to know the answer?
I’m trying to do a simple search of my product database to retrieve all of the products with the same name into a repeating group.
Sounds simple right? But it only ever returns one row even though there are multiple rows in the database apparently with the same name?!?
Please see query below…
I thought about using Algolia but you need to be on the Bubble Growth plan to use that.
I thought about using a popular plugin for this but apparently it works by loading the data into the browser and I’m going to have 100’s of thousands of products eventually…
I’v tried a few of the other options in the dropdown but none of them work…
Hi @ahmed.elkaffas I get the same details of the newest item in the item database repeated 1000’s of times once for every item in the database?!? Strange…
All of the contents of the RG cell should reference Current cell’s Item or Parent group’s Item. I bet you’re referencing RG’s List of Items:first item for all of them or something…
Huge thanks @ahmed.elkaffas and @georgecollier yes you were both right!
I needed to have the data source of the row group as “current cell’s item” and each cell needed to have "Parent Group’s item’s…
It’s working fine now!