CHANGELOG.txt |
CHANGELOG.txt |
|
Search API Database Search 1.x, dev (xxxx-xx-xx):
-------------------------------------------------
Search API Database Search 1.8 (2021-01-11):
--------------------------------------------
- #3191489 by drunken monkey, borisson_, Amir Simantov:… |
README.txt |
README.txt |
|
Database search
---------------
This module provides a database based implementation of the Search API. The
database and target to use for storing and accessing the indexes can be selected
when creating a new server.
All Search API datatypes are… |
search_api_db.api.php |
search_api_db.api.php |
|
Hooks provided by the Database Search module. |
search_api_db.info |
search_api_db.info |
|
name = Database search
description = "Offers an implementation of the Search API that uses database tables for indexing content."
dependencies[] = search_api
core = 7.x
package = Search
files[] = search_api_db.test
files[] = service.inc |
search_api_db.install |
search_api_db.install |
|
|
search_api_db.module |
search_api_db.module |
|
|
search_api_db.test |
search_api_db.test |
|
|
service.inc |
service.inc |
|
Contains SearchApiDbService. |