Skip to content

It's a drupal 7 module that extend the search core module with form components to exclude content types for search indexing. Add a button for run indexing using batch process api

License

Notifications You must be signed in to change notification settings

mfdeveloper/search_exclude

Repository files navigation

Drupal 7 - Search Exclude Module

It's a Drupal 7 module that extend the search core module with form components to exclude content types for search indexing. Add to a button for run indexing using batch process api

Screenshots

####Select the module that will manage the search

Module Search Default

####Remove content types for indexing Content Types to exclude

Requirements

  • Drupal Search core module

Usage

  1. Clone this repository and choice one the follow branches:

    master (default drupal style)
    This version of module has structured code with global functions directly implemented in hooks
    namespace_style
    Object Oriented code with basic autoload on ``hook_boot()``, namespaces and closures (require PHP5.3+)
  2. Move this files to sites/all/modules on your Drupal 7 directory installation

  3. Go to admin/modules, search the Search Exclude Node Type module and enable it.

  4. Go to admin/config/search/settings on Drupal 7 administration page and see the search modifications showed in Screenshots section

  5. Enjoy it!

Next implementations

  • Add the namespace_style branch with Object Orientation implementation of module compatible with PHP 5.3+ (Updated on 07/11/2013)
  • More .test files with unit tests using SimpleTest API
  • Silex framework integration

About

It's a drupal 7 module that extend the search core module with form components to exclude content types for search indexing. Add a button for run indexing using batch process api

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages