I'm still using Magento (1.4.1.0) and I'm trying to get the search query (from the mini form) to NOT search through the product description. I've been pulling my hair to figure this out as the client was expecting the website to be up and running about 4 hours ago...
Please, anyone?!
3 Answers
Armando Roggio says:
@JMBUYTAERT You can configure this at the product attribute level.
- Go to the Magento Admin > Catalog > Attributes > Manage Attributes.
- Click the "description" attribute to edit it.
- Under "Frontend Properties" set "Use in Quick Search" to "No."
That should do it. A.
Marc says:
Mr Roggio, you, Sir, are a star. I've been looking for this answer myself for a while. Much appreciated.
jmbuytaert says:
Thank you Armando! This makes perfect sense. I was going in the PHP files looking for the queries. That's so much easier. Thanks!
