Search and Replace
Search and Replace is a common task that is performed all the time at a code level and a document level so why not a drupal level? This simple module creates an administration page that allows you to perform a search for a string (3 in length or larger) and replace it with another string across whatever content types you define. Version 1.1+ adds some other cool qualifiers:
* Perform just a search
* Perform a search or search-and-replace of node bodies, node titles, or both
* Perform a case sensitive or insensitive search
* Select All Types button to snag 'em all faster
* Ability to type %NULL% in the Replace field in order to replace a text string with nothing (as well as trap for accidentally doing it)
* Creates a new revision for each node it modifies
* Creates a log message that states what the search and replace terms are
Right now this is fairly basic but some potential future features:
* Specific permissions so that it can have it's own page / block instead of just an admin settings page (This is the case in the 6.x branch)
* Searching fields other then the body field like CCK text fields or titles
* perform a search and then specifically select which nodes to perform replacements within
This is a very common task and before this module there was no easy way (I've found) to accomplish it. This will be integrated into the Outline Designer as an to provide optional additional functionality to the OD project.
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.1-beta1 | 2008-Oct-07 | 8.17 KB | Download · Release notes | Recommended for 6.x | |
| 5.x-1.1 | 2008-Aug-02 | 8.27 KB | Download · Release notes | Recommended for 5.x | |
