When I search my site for 'ipod' I get results that incude 'tripod' in the top ten results.
How can I optimize search results in ASPDotNetSF so that tripods do not show up or are at the bottom?
When I search my site for 'ipod' I get results that incude 'tripod' in the top ten results.
How can I optimize search results in ASPDotNetSF so that tripods do not show up or are at the bottom?
What version of AspDotNetStorefront are you using? What version of SQL?
<a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>
I found that search function also search ProductID which I don't want because customer never know productID.
Can you please guide me to remove that feature. I have source code and it is ML 8.0.1.2/8.0.1.2
Help appreciated.
Sohan
Just modify the aspdnsf_GetProducts stored procedure, removing the two instances of or patindex(@searchstr, isnull(convert(nvarchar(20),p.productid), '')) > 0 . Make absolutely sure you test your modifications first, and that you have a recent, working backup of the database...if you make a mistake you can cause all sorts of issues with the rest of the site
Last edited by George the Great; 12-14-2009 at 12:38 PM.
<a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>