Searching for "hidden" products
Searching for "hidden" products
How can i make the basic search and advanced search find "hidden" products? Currently they can only be found in a search if they are "Public".
Last edited by mkeith1 on Thu May 21, 2009 4:22 pm, edited 1 time in total.
Mike Keith
http://www.musicmart.com
http://www.musicmart.com
Re: Searching for "hideen" products
This is not possible without modifying the respective search methods in back end. Perhaps you can try FindProducts method of ProductDataSource class which is used on admin side and lists the hidden products as well.
Re: Searching for "hidden" products
so what's the difference between a hidden product and a private product? Is a product only searchable when it is labeled "Public"?
Mike Keith
http://www.musicmart.com
http://www.musicmart.com
Re: Searching for "hideen" products
Yes. The difference between a hidden and private product is that you can access hidden product directly through its URL but you can't do same thing with private product.