https://github.com/mfdeveloper/search_exclude
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
https://github.com/mfdeveloper/search_exclude
Last synced: 4 months ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/mfdeveloper/search_exclude
- Owner: mfdeveloper
- License: gpl-3.0
- Created: 2013-11-05T00:19:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-09T20:51:49.000Z (about 12 years ago)
- Last Synced: 2023-03-12T09:41:10.526Z (almost 3 years ago)
- Language: PHP
- Homepage:
- Size: 219 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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

####Remove content types for indexing

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
2. Go to admin/modules, search the **Search Exclude Node Type** module and enable it.
3. Go to admin/config/search/settings on Drupal 7 administration page and see the search modifications showed in **Screenshots** section
4. Enjoy it!
Next implementations
--------------------
- [X] 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