Hello,
Would like to have the capability to apply a "nosearch" tag to a node which prevents it from
showing up in a search result?
Is anyone working on this?
Best, Paul
Hello,
Would like to have the capability to apply a "nosearch" tag to a node which prevents it from
showing up in a search result?
Is anyone working on this?
Best, Paul
Comments
Comment #1
jbomb commentedIt wouldn't be that hard to add the functionality to search config. I can't make my mind up about whether or not that might be better off as its own module.
Comment #2
jbomb commentedI think this would be a nice feature, bumping to 7.x
Comment #3
jbomb commented@paulbooker come to think of it, I think it's probably easier to accomplish this using the search filter provided by the views module.
Comment #4
alan d. commentedI think that a no search flag with its' own db table would be the most efficient method of doing this (a minimal overhead join)
Is it best to maintain a double level here?
[ ] Exclude from all searches
[ ] Restrict to users with "Bypass search restrictions" permission
The first option excludes it completely from the search index and the second only excludes it from users that do not have the permission.
Thoughts?
Comment #5
alan d. commentedCross posting to #399822: Merge in features from Restricted Search (search_block) which is similar / older.