How to adjust search settings with hidden tags

On the home page, there is this list of items, and searching for a specific term or description makes it easier to navigate to which item the user should pick. I made a column in the data table of all the keywords a user might search for each item, and was able to configure the search bar for these hidden terms.

The problem is that each item has its own list of products to display after the user clicks on the item. I have been trying to mimic the process I used so that each item’s search bar will show the hidden tags for the items’ products, but I can’t seem to figure it out.

I assume you have a relation to the “sub-items” already, so you may just need a joined list of all the tags for sub-items on the items level?

Then try displaying it somewhere in the items details screen, and see if the search finds it. If it works, use CSS to hide that from view (assuming you don’t need it to be visible, only for the search to work).

1 Like