Hello, I have a task: On the search results page, implement radio buttons that allow you to choose what to display -
products or product descriptions. When you go to the search page, the radio buttons are inactive and information found by both the name and description of the products is displayed. Is it possible to exclude search by name or description using standard filters? I can exclude these fields from the search only by removing them from the index, but this option does not suit me.
products or product descriptions. When you go to the search page, the radio buttons are inactive and information found by both the name and description of the products is displayed. Is it possible to exclude search by name or description using standard filters? I can exclude these fields from the search only by removing them from the index, but this option does not suit me.