Search Exclude Node Types

Categories

Component ID

2148405

Component name

Search Exclude Node Types

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This module extend the search core module with form components to exclude content types for search indexing. Add a button for run indexing using Batch API.

The code of this module has two "styles":

7.x-1.0 (default drupal style)
This version of module has structured code with global functions directly implemented in hooks
7.x-2.0 (namespace style)
Object Oriented code with basic autoload on hook_boot(), namespaces and closures (require PHP5.3+)

How to use Search Exclude

  1. Download and enable this module. Choice the 7.x-1.0 or 7.x-2.0 version (explained above)
  2. Go to admin/config/search/settings on Drupal 7 administration page,enable and set "Search Exclude Node Type" to default search module
  3. Select a content type to exclude of indexing (like showed on screeshot)

Requirements

  • Drupal Search core module
  • This module works only Drupal 7

Next implementations

In future, create one another version to this module integrating with Silex PHP Microframework