Hi everyone, I’ll try to explain my case basically.
I have a data with 2 main fields.
One of them is the Trademark, second is the Comment.
Users enter the trademark first, and then bring a comment.
My data (table) is now like below;
Trademark - Comment
X - abcdef
X - qwert
X - zxcvb
Y - lkjhg
Z - tghjdk
And my problem starts here, when users search for X in search box, suggestions under the searchbox is like below. (search box searches the trademarks)
X
X (1)
X (2)
Every X brings all three comments in repeating group. That’s correct. But I don’t want to suggest it to user like X(1), X(2)
Only one X have to be shown to the user under my searchbox
Could you please help me about this topic? How can I solve this issue?
Hi @cennetwm Are you trying to only display Trademark names in the Searchbox, but since there are multiple comments on each Trademark, it showing Trademarks as X, X(1), X(2)? If so, what is the data structure for your Trademarks and Comments, and how is your searchbox set up? Happy to take a look at your app’s editor if that’s helpful! (You can temporarily share it by going to Settings --> General --> Application Rights: Everyone Can View, and then copy+pasting the URL to the editor in a new reply here).