Closed (fixed)
Project:
Drupal core
Version:
main
Component:
search.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2026 at 10:04 UTC
Updated:
25 Mar 2026 at 16:15 UTC
Jump to comment: Most recent
Search is being deprecated, see the parent issue for details. This issue is for removing Search from the standard profile.
For an example see how this was done for the RDF module in #3243121: Remove RDF module from the Standard profile.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
quietone commentedComment #4
smustgrave commentedLeft a comment on the MR.
Comment #6
andypost@Amber Matz please take a loot at wording as it blocker
Comment #7
quietone commentedI removed the unneeded 'the' and renamed a file. Back to NR
Comment #9
amber himes matzThe
help_search_topicvariable "set" was removed from the top of core/modules/help/help_topics/help.overview.html.twig, but not its variable output in the last paragraph, so that would have resulted in an error.I updated that last paragraph in help.overview.html.twig to remove the parenthetical statement about configuring help search, which seemed like an extra detail that may or may not be true in the future. I also removed the sentence referring to and linking to the now-deleted related help search topic.
Looks like the fork needs to be updated now, though.
Comment #10
amber himes matzI'm not sure where the merge conflict is happening. I followed the instructions in gitlab to resolve the merge conflict locally, but my git status is clean, so I'm not sure what to do here. I clicked the "Rebase" button in the GitLab UI, but it failed.
Comment #11
amber himes matzComment #12
andypostrebased 4 commits against `main` https://git.drupalcode.org/project/drupal/-/merge_requests/14229
I think
top_level: trueis not needed for moved topicComment #13
andypostI think it ready to go
Comment #14
godotislateA couple comments about wording and grammar:
It will be just the one specific "Search" module, not any search module, so I think "the" is more appropriate?
Don't think the comma is necessary here, and the words should be individually quoted.
First one I could go either way on, but the second one I think the quotations marks need fixing.
Comment #15
quietone commentedComment #16
smustgrave commentedbelieve feedback for this one has been addressed.
Comment #19
godotislateCommitted fe6a9ab and pushed to main. Thanks!