Drupal - Hide a single page from search index
        Posted  
        
            by ilowe
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ilowe
        
        
        
        Published on 2010-06-02T12:37:23Z
        Indexed on 
            2010/06/02
            12:44 UTC
        
        
        Read the original article
        Hit count: 249
        
Hi, I've taken over an existing Drupal installation and have been asked to remove a single page from the site search results. I know about the lullabot tutorial through this question: http://stackoverflow.com/questions/1748837/hide-drupal-nodes-from-search, but that talks about excluding a class of content when I really just want to exclude a single page.
I've tried manually deleting the node from the search_index table, but that didn't seem to work either.
Any recommendations for excluding a single regular content page from the search index?
© Stack Overflow or respective owner