skilld/simple_search_form

This package is abandoned and no longer maintained. The author suggests using the drupal/simple_search_form package instead.

Implements a search form block for redirecting to a path with a parameter.

Installs: 1 247

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 22

Forks: 1

Open Issues: 1

Type:drupal-module

1.0.0 2019-08-06 22:41 UTC

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.