Page 1 of 1

Unable to Search for Product and/or Model

Posted: Sat Jan 29, 2011 12:26 pm
by nakz
Hello,

I'm unable to search for model, please assist.

Example, my product model is:
Model: Samsung ML2520 ML2580N SCX4623F


I'm able to search for model: (Samsung ML2520) but NOT (Samsung ML2580N) and/or (Samsung SCX4623F)

Thanks guys.

Re: Search for model using %like%

Posted: Sat Jan 29, 2011 2:10 pm
by kedgetech
Should not that all be different product numbers ? Its good to install AJAX search free contribution (cant be entirely sure). We implemented this for one of our clients.

http://www.dids.com.au/shop/
try and type "UA55" or "450WI " should be able to see all the matching items.

Re: Search for model using %like%

Posted: Tue Feb 01, 2011 7:04 pm
by nakz
Yes and I realized that it does the same thing when searching in product description.

For example:

Product Description:

Ricoh Type 1350B Toner Fax 5,000 pages

Ricoh Fax 3310L 3320L 4410L 4420NF 4430NF


I'm able to search for "Ricoh Type 1350B" but NOT "Ricoh 1350B"

Re: Unable to Search for Product and/or Model

Posted: Wed Feb 02, 2011 4:38 am
by kedgetech
Yes there is need to modify the search logic I suppose.

Re: Unable to Search for Product and/or Model

Posted: Thu Feb 03, 2011 1:31 am
by promofire
This is a problem for me too. If I search for ozone cup, it won't show the ozone glass cup.

Re: Unable to Search for Product and/or Model

Posted: Thu Feb 03, 2011 2:27 am
by openmycart.com
in your javascript search code, just find

Code: Select all

location = url;
and add before it:

Code: Select all

	
		url += '&description=1';
	
		url += '&model=1';