Why does every basic search index the description in Premium Store?The basic search XML package always searches descriptions by default because the @extSearch parameter is set to 1 and not to whatever is selected with the radio button within the storefront. The fix is to simply change that value to @extSearch = @SearchDescriptions. |