Search in product description by default for version 3.9

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
How to Search in product description by default for version 3.9.

There are references for previous Nop versions, but how to achieve this in version 3.9
6 years ago
The answer was mentioned in old thread, however checkbox ids are changed in version 3.9, so it was not working.

If we add below code to 'SearchBox.cshtml' then without modifying the source code we can enable search in description by default.

<input id="adv" name="adv" type="checkbox" value="true" checked="checked" hidden="true"/>
<input id="sid" name="sid" type="checkbox" value="true" checked="checked" hidden="true"/>
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.