https://github.com/localgovdrupal/localgov_search
Default sitewide search implementation for LocalGov Drupal.
https://github.com/localgovdrupal/localgov_search
Last synced: about 1 year ago
JSON representation
Default sitewide search implementation for LocalGov Drupal.
- Host: GitHub
- URL: https://github.com/localgovdrupal/localgov_search
- Owner: localgovdrupal
- License: gpl-2.0
- Created: 2021-06-10T13:23:41.000Z (about 5 years ago)
- Default Branch: 1.x
- Last Pushed: 2024-10-03T09:44:47.000Z (over 1 year ago)
- Last Synced: 2025-03-28T03:24:42.667Z (about 1 year ago)
- Language: PHP
- Size: 185 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LocalGov Search
Default sitewide search implementation for LocalGov Drupal.
Uses the Search API module to index all content on the site and provides a search
page (at /search) and a search block that is placed in the site header by default.
The Search API database backend is enabled when installing the module, but this can
be replaced by something else if desired.
All content types are added to the search index when the module is installed and
new content types are automatically added when they are created. If a content type
shouldn't be part of the search then this will need to be manually removed from the
search index (admin/config/search/search-api/index/localgov_sitewide_search/edit).
Content is indexed using the 'Search index' display mode and displayed using the
'Search result highlighting input' display mode. To change what is indexed and how
the results are displayed can be done by adjusting these display modes on the
desired content type.
## Maintainers
This project is currently maintained by:
- Finn Lewis: https://www.drupal.org/u/finn-lewis
- Ekes: https://www.drupal.org/u/ekes
- Stephen Cox: https://www.drupal.org/u/stephen-cox