|
|
 |
Joined: 1/1/0001
Posts: 0
|
|
|
I'm using DNN 7, Smith Cart 5.57.
Is there a way to stop the search module from searching the product description?
This is an issue as the descriptions are long which leads to very broad/useless search results.
The module is configured as a "Single Search Box".
|
|
|
|
|
 |  |
|
|
 |
 |
Joined: 2/2/2012
Posts: 278
|
|
|
+1, Upvote, Yes Please
I made a similar post requesting this also:
http://www.smith-consulting.com/Forums/forumid/1/threadid/14707/scope/posts.aspx
Thank you for your reply in advance!
|
|
|
|
 |  |
|
|
 |
Joined: 7/28/2009
Posts: 1452
|
|
|
If you open the stored proc titled "Smith_ListSearchModuleProductsSL" and comment out the following line it will remove description from being searched:
or p.description like '%'+ @searchText+'%'
At your service,
Dave Smith
|
|
|
|