Problem/Motivation
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.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3565822
Show commands
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:
- 3565822-move-mention-of
changes, plain diff MR !14229
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!