CHANGELOG.txt |
CHANGELOG.txt |
|
Search API Pages 1.x, dev (xxxx-xx-xx):
---------------------------------------
Search API Pages 1.5 (2018-09-17):
----------------------------------
- #2995320 by drunken monkey: Added a length limit for keywords.
- #2981286 by osopolar, drunken… |
README.txt |
README.txt |
|
Search API Pages
----------------
This module allows you to create simple search pages and search blocks for
searching in your Search API indexes, similar to the core Search functionality.
Installation
------------
As the only pre-requisite you… |
search-api-page-full-page.tpl.php |
search-api-page-full-page.tpl.php |
|
Default theme implementation for displaying a search page. |
search-api-page-result.tpl.php |
search-api-page-result.tpl.php |
|
Default theme implementation for displaying a single search result. |
search-api-page-results.tpl.php |
search-api-page-results.tpl.php |
|
Default theme implementation for displaying search results. |
search_api_page.admin.inc |
search_api_page.admin.inc |
|
Admin page callbacks for the Search pages module. |
search_api_page.css |
search_api_page.css |
|
.search-performance {
font-size: 80%;
}
ol.search-results {
display: block;
list-style-type: none;
}
li.search-result {
display: block;
} |
search_api_page.inc |
plugins/tasks/search_api_page.inc |
|
Handles the 'search api page' override task. |
search_api_page.info |
search_api_page.info |
|
name = Search pages
description = "Create search pages using Search API indexes."
dependencies[] = search_api
core = 7.x
package = Search
configure = admin/config/search/search_api/page |
search_api_page.install |
search_api_page.install |
|
Install, update and uninstall functions for the Search pages module. |
search_api_page.module |
search_api_page.module |
|
Generate search pages using Search API indexes. |
search_api_page.pages.inc |
search_api_page.pages.inc |
|
User page callbacks for the Search pages module. |
search_api_page_result.inc |
plugins/content_types/search_api_page_result.inc |
|
|
search_api_page_search_box.inc |
plugins/content_types/search_api_page_search_box.inc |
|
|