Search by Page
This module is an enhancement to the core Drupal search module, which adds a new "Pages" tab to the "Content" and "Users" tabs of core Search; Search by Page can also be used in stand-alone mode. The differences between Search by Page and the existing tabs in the core Search module lie in what is indexed for searching:
- Search by Page indexes the content of your pages as rendered by your theme (Search indexes the default rendering you would have from an unmodified theme)
- Search by Page allows you to omit content from indexing (such as "database table" node types that should never be viewed as stand-alone content)
- Search by Page allows you to index non-Node pages, including user profiles and Views
Search by Page does not know what the pages of your site are, so it doesn't index anything by itself. You will need to enable and configure at least one sub-module that lets you add paths to the search index, in order for this module to do anything.
Search by Page currently comes with four sub-modules (as of version 6.x-1.1):
- Nodes: indexes nodes of particular content types
- Attachments: indexes files attached to nodes of particular content types via the core Upload module and the CCK FileField module.
- Users: indexes user profile pages for users of particular roles.
- Paths: indexes arbitrary paths to pages on your site, such as Views pages. This is the most generic sub-module, but if you put a lot of paths in it, your searches will run slower.
- You can also write your own sub-module: see the API README file distributed with this module (or use one of the included sub-modules as an example). If you write a sub-module that you think would be useful for others, please file an issue and I'll consider including it in the main distribution.
The Handbook page on this module has more information on configuration and usage.
This module was developed by Jennifer Hodgdon (jhodgdon) of Poplar ProductivityWare.
Please check the issue information in the sidebar to see if your question has already been addressed before contacting the module developer with questions. Thanks!
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.5 | 2009-Oct-21 | 36.6 KB | Download · Release notes | Recommended for 6.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2009-Nov-07 | 38.87 KB | Download · Release notes | Development snapshot | |
