Im running into quite a bit of an issue here. I have validated my data which doesn’t show any duplicate values however im having issues in my repeating group displaying false duplicates. Someone here has to know something!
Update:
Also just to add some context i just did an import to the database “Tool Table”.
Im noticing other generic “search for tools” also gives me the same response.
The uploaded csv file was UTF-8 if that matters. Just trying to provide a full picture
In my opinion this is almost like a caching issue with the search function.
2nd Update
I found my review tools under the admin panel work and display as they should
In that case I’ve got no idea why the data appears to be duplicating…
If you’re happy to share a link to your editor I’m sure someone can figure it out, but without taking a good look inside your app it will be difficult to diagnose.
Again, without seeing inside your app, or at least being able to preview it, it’s really impossible to guess (aside from the obvious suggestion that you’re actually mistaken about the data that’s in your database).
If you’re not willing to share your app, then I suggest taking a look in the debugger on the page to see where the data is coming from as a first step to self-diagosing the problem.
Ok… well there are no duplicate database items being displayed here. The RG is loading exactly the data it’s being told to, which is 12 unique database items.
It just happens that multiple database entries have some of the same info, and it’s that info that you’re displaying in the RG (i.e. 6 out of the 12 unique database items in the RG have the ‘Name’ value ‘Google Ads’)