Displaying unique elements in a search box

My database consists of work instructions and they are divided into departments. Each department has a set of work instructions. On the homepage, there is a search bar using which we can search for departments and can navigate to the relevant page.
But if I have 2 work instructions under the same department, in the search bar it shows
production
production(1)
assembly
(assembly(2)
Please help me how can I remove the repeated values from the search box
@NigelG

Hey,

Your editor is set to Private App so nobody can see what is the issue.

But my guess the solution would be to use unique elements at the end of your search.

J

This topic was automatically closed after 70 days. New replies are no longer allowed.