-
Thomas Seidl authored
Issue #3445973 by Knurg, drunken monkey: Added hidden setting for not deleting items from search index when loading fails.
bcc50dac
Search API
This module provides a framework for easily creating searches on any entity known to Drupal, using any kind of search engine. For site administrators, it is a great alternative to other search solutions, since it already incorporates faceting support (with Facets) and the ability to use the Views module for displaying search results, filters, etc. Also, with the Apache Solr integration, a high-performance search engine is available for this module.
Developers, on the other hand, will be impressed by the large flexibility and numerous ways of extension the module provides. Hence, the growing number of additional contrib modules, providing additional functionality or helping users customize some aspects of the search process.
- For a full description of the module, visit the project page.
- To submit bug reports and feature suggestions, or to track changes, use the issue queue.
Table of contents
- Requirements
- Installation
- Configuration
- Information for developers
- Maintainers
Requirements
No other modules are required. If you want to use a different backend than the database (for instance, Apache Solr or Elasticsearch), you will need to install the respective module providing the required backend plugin.
Recommended modules
There are several very popular modules for extending the functionality of this module: