Question about search

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
dustinp
Ensign (ENS)
Ensign (ENS)
Posts: 1
Joined: Fri Sep 24, 2010 4:44 pm

Question about search

Post by dustinp » Mon Sep 27, 2010 9:50 am

Does anyone know exactly which fields in the database the built-in basic and advanced product search features search against? A client has asked me for this information and I can't seem to find the answer in the forums or by looking at the code or database. It's a simple question and probably been answered before and I'm just missing it.

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Question about search

Post by mazhar » Tue Sep 28, 2010 5:11 am

Following information is taking part in product related searches
ac_Products.Name,ac_Products.Summary,ac_Products.Description,ac_Products.ExtendedDescription,ac_Products.SearchKeywords,ac_Products.Sku,
ac_Products.ModelNumber,ac_Products.Price,ac_Products.ManufacturerId, parent categories information.

Post Reply