Hi
How do I remove the "File" and
"File Collection" from the Search Menu please?

Many Thanks for your help
Charles

Comments

natemow’s picture

Status: Active » Postponed

You'll need to implement hook_form_FORM_ID_alter in a new custom module, then alter the "type" field options. Alter form ID search_block_form for the header search tool, and search_form for the advanced search.

Note that this will not actually remove the media and media_collection node types from the search index, only from the UI. For v7.2, we are considering adding an admin option to include/exclude types via the search index config screen as well.

natemow’s picture

Issue summary: View changes

update wording