Download the PHP package silverware/search without Composer
On this page you can find all versions of the php package silverware/search. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download silverware/search
More information about silverware/search
Files in silverware/search
Package search
Short Description SilverWare Search Module.
License BSD-3-Clause
Homepage https://github.com/praxisnetau/silverware-search
Informations about the package search
SilverWare Search Module
Provides a search results page and navigation bar search item for use with SilverWare.
Contents
- Requirements
- Installation
- Configuration
- Usage
- Issues
- Contribution
- Maintainers
- License
Requirements
Installation
Installation is via Composer:
Configuration
As with all SilverStripe modules, configuration is via YAML.
Frontend requirements for ContentController are applied via config.yml.
Style mappings for Bootstrap are configured in the styles.yml configuration file.
Usage
This module provides a SearchResultsPage which will be created automatically upon
build. This page is a dedicated page for showing search results generated by SilverStripe's
built-in fulltext search.
A component named SearchComponent will be made available in the CMS after installation.
This component presents a search field allowing the user to search the site, and is ideal
for inclusion in the app's header or navigation bar.
Also provided is a SearchItem object which can be added as a child of the BarNavigation
component provided by the SilverWare Navigation module. This item
adds a search icon to your navbar which shows a search form popover upon click.
On small screen devices, the icon and popover are hidden, and instead the search form is added directly into the collapsible navigation area.
Issues
Please use the GitHub issue tracker for bug reports and feature requests.
Contribution
Your contributions are gladly welcomed to help make this project better. Please see contributing for more information.
Maintainers
| Colin Tucker | Praxis Interactive |
License
BSD-3-Clause © Praxis Interactive