Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 4 of 4

Thread: Excluding Categories from Advanced Search

  1. #1
    Haggis is offline Junior Member
    Join Date
    Sep 2006
    Location
    San Antonio, TX
    Posts
    17

    Lightbulb Excluding Categories from Advanced Search

    I have a client that is building a Flash Tattoo online store, and they would like to exclude one of the categories from the overall search of the site, ie they would not be able to find products in a specific category unless they go to the category page. The products under that category would not show up in searches.

    Any ideas on how to accomplish this? I'm using the advanced search template.
    Haggis aka Sean L
    Gray Web Technology + Design
    "It's better to be at the bottom of a ladder you want to climb than halfway up one you don’t" - The Office (UK)

  2. #2
    Christian D. is offline Member
    Join Date
    Oct 2006
    Posts
    45

    Default

    haven't look much into this, but if i was doing it, since i wanted a customized search result, i'd filter the results set or directly the sql query... not really the ideal thing to do, though. just a thought.

  3. #3
    iberniztok is offline Junior Member
    Join Date
    Mar 2009
    Posts
    23

    Default

    bump.. anybody figure this out?
    Paul
    Application Developer
    www.530medialab.com

  4. #4
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    The search.aspx and searchadv.aspx uses aspdnsf_getproducts stored proc, modify that sproc to exclude those products/categories.