My Cart
Log In
Register
an ASP.NET Open Source CMS & eCommerce platform
Search:
Home
Open Source Edition
DotShoppingCart Suite
Services
Support
Blog
Marketplace
Buy
Forums
Video Tutorials
Documentation
Premium Support
Submit Support Ticket
Home
>
DotShoppingCart Forums
>
Development
>
General Programming
>
Search Priority
Search Priority
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
website
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
website
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