This module adds a global token to Views that displays the exposed input as a query string. This allows you to include the view's current search filters in other parts of your view's output.
This module provides a global Views token that contains its exposed input as a query string.
Post-Installation
After installation, use the [view:exposed-input] token anywhere in your view's configuration where replacement tokens are supported. The token will be replaced with a query string representing the view's exposed input. If non-empty, the token value will be prefixed with a question mark.
This module has no configuration of its own.