an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 12/28/2010 10:43:52 AM By lukezy. 1 replies.
12/28/2010 10:08:28 AM
RMI-Jon
Posts: 24
Joined: 3/4/2009
Location:Ohio
Search Priority
Is there a way to set a priority to the search results (i.e. keyword contained in: product name first, description second, attributes 3rd, and so on...)??
12/28/2010 10:43:52 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Search Priority
Yes, it's possible. Please take a look at the store procedure DSC_Product_Search. You can seperate the big query into mulitple small ones, each of which does simple match e.g. product name. And then union the results based on the order that you want.
DotShoppingCart Staff