README.txt |
README.txt |
|
About
-----
This module extends the search box so it gives back search results while typing. It currently supports two ways of displaying these search suggestions: clickable title or by an extra view mode 'live results search'. With the… |
search_api_live_results.admin.inc |
includes/search_api_live_results.admin.inc |
|
Contains page callbacks and related functions for the admin UI. |
search_api_live_results.info |
search_api_live_results.info |
|
name = Search live results
description = "Gives back search results while typing."
dependencies[] = search_api
core = 7.x
package = Search |
search_api_live_results.install |
search_api_live_results.install |
|
Install, update and uninstall functions for the Search API live results module. |
search_api_live_results.module |
search_api_live_results.module |
|
|
search_api_live_results.pages.inc |
includes/search_api_live_results.pages.inc |
|
Contains page callbacks and theme functions for the frontend UI. |
search_api_live_results.results.php |
search_api_live_results.results.php |
|
|
search_api_live_results.search_api_page.inc |
search_api_live_results.search_api_page.inc |
|
Contains code for integrating with the "Search pages" module. |
search_api_live_results.search_api_views.inc |
search_api_live_results.search_api_views.inc |
|
Contains code for integrating with the "Search views" module. |