HomeHome Product Discus... Product Discus...SmithCartSmithCartRemoving description from search fields.Removing description from search fields.
Previous
 
Next
New Post
9/19/2013 8:06 PM
 
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".
 
New Post
9/23/2013 2:51 PM
 
+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!
 
New Post
9/23/2013 3:25 PM
 
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
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartRemoving description from search fields.Removing description from search fields.