skilld / simple_search_form
Implements a search form block for redirecting to a path with a parameter.
Package info
github.com/skilld-labs/simple_search_form
Type:drupal-module
pkg:composer/skilld/simple_search_form
Requires
- drupal/core: ~8
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2020-04-03 08:39:46 UTC
README
This module has been moved to https://www.drupal.org/project/simple_search_form
Do not use this repo anymore
Simple search form
This module implements a simple search form with input and submit button. It allows to redirect the user to a page with a GET parameter. e.g. /some-site-page?myparam=sometext
Installation
Configuration
Add the "Simple search form" block in Structure > Block layout.
Use case
The parameter matches search API fulltext search or view exposed search filter.