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.