Browse items by category or by manufacturer
- I want to allow my customer to not only browse by category but also by manufacturer. How is the best way of handling this?
Answers
Hello,
you can create a product property called Manufacturer, and then you can retrieve this by doing a search with a SqlSearchclause = "Manufacturer = " + manufacturername
To have the manufacturer list, you have 2 options:
- create another database with a table containing all manufacturers names (recommended, so that you can use it in your backoffice to fill a ddl for the manufacturer property),
- or create a static list in wich you store a select distinct of manufacturer.
hope this help,
Cyrebre- Marked As Answer byMike Kelley Tuesday, November 10, 2009 3:20 PM
- Proposed As Answer byCyril Rebreyend Friday, November 06, 2009 9:30 PM
- Mike,
One of the nice option is to go with FAST ESP - which provides attribute based search - for example, if you go to any websites like bestbuy.com/ebay.com - you can able to see narrow results - like while browsing laptops you can see by progessor, customer reviews, price, brand, screen, RAM, weight, operating system etc and it is easily implementable using FAST ESP.
Regards,
-Ravi Kanth Koppala
http://techblog.ravikanth.net (If this post answers your question - Either Mark this post as the answer or vote as being useful.)- Proposed As Answer byRavi Kanth KoppalaMVPSunday, November 08, 2009 4:46 PM
- Marked As Answer byMike Kelley Tuesday, November 10, 2009 3:20 PM
All Replies
Hello,
you can create a product property called Manufacturer, and then you can retrieve this by doing a search with a SqlSearchclause = "Manufacturer = " + manufacturername
To have the manufacturer list, you have 2 options:
- create another database with a table containing all manufacturers names (recommended, so that you can use it in your backoffice to fill a ddl for the manufacturer property),
- or create a static list in wich you store a select distinct of manufacturer.
hope this help,
Cyrebre- Marked As Answer byMike Kelley Tuesday, November 10, 2009 3:20 PM
- Proposed As Answer byCyril Rebreyend Friday, November 06, 2009 9:30 PM
- Cyrebre,
Thanks for the suggestion. I'll try these. - Mike,
One of the nice option is to go with FAST ESP - which provides attribute based search - for example, if you go to any websites like bestbuy.com/ebay.com - you can able to see narrow results - like while browsing laptops you can see by progessor, customer reviews, price, brand, screen, RAM, weight, operating system etc and it is easily implementable using FAST ESP.
Regards,
-Ravi Kanth Koppala
http://techblog.ravikanth.net (If this post answers your question - Either Mark this post as the answer or vote as being useful.)- Proposed As Answer byRavi Kanth KoppalaMVPSunday, November 08, 2009 4:46 PM
- Marked As Answer byMike Kelley Tuesday, November 10, 2009 3:20 PM
- Ravi,
Thanks for mentioning this... I've actually never heard of FAST ESP untill you just mentioned it. This would definitely help me out since I also have keywords and many attributes for each item. Where you suggest a good source of getting up to speed on how to use FAST ESP with CS2009? Doing an initial search I did find some web entries for MOSS but nothing regarding WSS or CS2009. Is this exclusive to MOSS?
Mike

