Custom Search

Component type

module

Categories

Maintenance status

Development status

Downloads

323078

Component created

Component changed

This module alters the default search box in many ways. If you need to have options available like in advanced search, but directly in the search box, this module is for you.

D8.x notes

The 8.x-1.0-beta branch is usable, and instead of overriding the default search block like it did with D6/7, it provides its own block(s) (like the Custom Search Blocks submodule in previous versions, but easier to do now with D8 core). Settings for the results page are now set per search page, not global anymore. It still misses the upgrade path.

Search Lucene API Node Filter

Component type

module

Development status

Downloads

1234

Component created

Component changed

Search Lucene API Node Filter is an add on module to Search Lucene API.

6.x-1 works with Search Lucene API 6.x-1
6.x-2 works with Search Lucene API 6.x-2

It allows nodes to be hidden from the search on an individual node basis. An 'Exclude from search.' checkbox is added to all node forms.

Development sponsored by Comic Relief.

Related NPR Stories

Component type

module

Maintenance status

Development status

Downloads

773

Component created

Component changed

Uses the NPR API to generate a block containing NPR stories that are related to the current node. At this time the module can only use the node's taxonomy terms (and term synonyms) to find related stories. The blocks it generates are, however, quite themable with lots of information made available via the NPR API.

Scribe SEO Analyzer

Component type

module

Maintenance status

Development status

Downloads

6782

Component created

Component changed

Scribe SEO is an search engine optimization software service for Drupal and other CMS platforms - think of it as a content optimization assistant - that analyzes web pages, blog posts, and online press releases at the click of a button.

Scribe then tells web writers of any kind how to tweak their content to get more search engine traffic, all while maintaining quality reader-focused copy.

Watch the Scribe SEO screencast demo

Apache Solr Facet Builder

Component type

module

Development status

Downloads

3410

Component created

Component changed

This module allows administrators to dynamically build Apache Solr search facets without writing any code.

Search facets are a way to let your users filter search results in interesting ways. Some facets included with Apache Solr are filtering by content author or by content type. Facet Builder allows you to create your own facets, describing each filter option using the Views UI.

Search API

Component type

module

Categories

Maintenance status

Development status

Downloads

1490662

Component created

Component changed

This module provides a framework for easily creating searches on any entity known to Drupal, using any kind of search engine. For site administrators, it is a great alternative to other search solutions, since it already incorporates facetting support and the ability to use the Views module for displaying search results, filters, etc. Also, with the Apache Solr integration, a high-performance search engine is available for this module.
Developers, on the other hand, will be impressed by the large flexibility and numerous ways of extension the module provides. Hence, the growing number of additional contrib modules, providing additional functionality or helping users customize some aspects of the search process.

The prime example of a site using this module is drupal.org itself – the Search API, along with the database backend and Views, is used to generate the issue queue listings.

Instant Filter

Component type

module

Maintenance status

Development status

Downloads

13571

Component created

Component changed

A backport of the instant filtering feature added to various Drupal 8 administration pages.

Don't you think the modules administration page is way too long? Can't you find the module you want to enable?

On entering a search term, the filter will immediately hide page elements that do not contain this term. The result is a smaller page that only shows elements that are relevant to the search term.

Views Facets

Component type

module

Maintenance status

Development status

Downloads

813

Component created

Component changed

Use search API and Facet API or Core Views Facets instead!

This project will bring faceted browsing to views.

I have a proof-of-concept site, with all the code working, true faceted browsing. I'm going to generalise it so it can be used by anyone to add faceted browsing to a view near you.