Database Text Searcher
No security coverage
The Database Text Searcher module was developed to meet the need for efficient text searches across all tables in a Drupal database. Typically, this task would require either custom module development or direct SQL queries. This module simplifies the process, offering a powerful tool that enhances the search capabilities of Drupal sites. It enables developers to locate specific information within their site's data comprehensively and efficiently.
Features
- Performs partial text matches across most database tables, automatically excluding system and cache-related tables for optimized performance.
- Results include table name, column name, primary key, and the matched value.
- Search results can be printed in the console for immediate review and saved to a timestamped CSV file.
- Handles various character sets and encoding, ensuring accurate search results across different textual data types.
- Resolves some entity URLs based on table names, providing direct links for quick access to the Drupal entity.
Similar projects
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.0.3-alpha1 | Pre-release | Compatibility with Drush 13 | Nov 21, 2024 | ||
| 1.0.2-alpha1 | Pre-release | Documentation has been added for the module. | Oct 29, 2024 | ||
| 1.0.1-alpha1 | Pre-release | Ensure compatibility with the latest versions of Drupal. | Oct 29, 2024 | ||
| 1.0.0-alpha1 | Pre-release | Initial release of the module | Oct 29, 2024 | ||
| 1.0.x-dev | Dev | Initial release of the module | Oct 29, 2024 |