This project is not covered by Drupal’s security advisory policy.

The Search API Page module already exposes the search forms as block. This takes that functionality one step further. This module exposes Search API Pages as blocks and uses the node's title as keywords. This allows you to use your existing search results page to direct users to related content.

Currently, this module is only useful when placing search result blocks on node pages, since it currently only uses $node->title as the search keywords. Future development can lead to other uses, including using Taxonomy terms, Context module, or custom fields to set the keywords.

It's already possible to expose Search API Page pages as blocks using Views and Search API Views. However, there are edge cases when this doesn't function properly, or this causes issues with theming (this module will reuse the same template for search results, so there's no additional theming to support the Views variant).

Requirements

Search API Page, which requires Search API

Project information

Releases