Search Redirect

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

Skips search results page & redirects user to a specific page under configurable circumstances.

Disclaimer

This module is in an early development stage, It is not intended to be used in production.

Installation

  • Enable the module as usual.
  • Goto admin/settings/search and configure module as you wish.

Recommended modules

It's recommended to use Search Redirect beside:

Searchsense

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Description

A module suite providing extensible, configurable and fast typeahead ability for the core search. Also it might be used as an API.

Disclaimer

This module is in an early development stage, It is not intended to be used in production.

apachesolr_hierarchy

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module combines Node Relativity and ApacheSolr to create search results pages in tree format rather than a paginated list. The resultant tree result set can be refined with both facets and keyword searches.

This module was created for use on the HM Government site data.gov.uk.

It can be seen in action on the Publisher hierarchy page.

Punctuation Preprocessor for Search

Component type

module

Maintenance status

Development status

Downloads

2707

Component created

Component changed

This module implements a punctuation pre-processor that provides special handling for punctuation characters when they are encountered within word strings during searching and indexing.

Though the core Drupal search module provides some basic punctuation processing, some characters (such as hyphens, periods and underscores) are never treated as word boundaries. This means that strings like "word-power" are only matched in a search for the whole string ("word-power") but NOT the individual fragments ("word" or "power").

Language Facet

Component type

module

Categories

Maintenance status

Development status

Downloads

514

Component created

Component changed

#522242: Language facet / Multi-lingual search
Language Facet: Allows users to search content through node language. Languages can become a facet that can be used to refine the current search.

This is an add-on module to the excellent faceted search module (http://drupal.org/project/faceted_search).

Talus

Component type

module

Maintenance status

Development status

Component created

Component changed

Talus is a web-database used to arrange and classify industrial environmental management informationsystems (EMIS). This classification is thereby satisfying two target audiences: On the one hand, to give users a quick overview of the system landscape of EMIS (both in terms of current research prototypes and commercial ready-for-sale EMIS), and also to allow a computer-assisted selection process to assist the user in selecting specific EMIS for solving their individual problems.

Views arguments in filters

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

See http://drupal.org/node/357082 for discussion on getting this module's functionality into Views in a more structured way.

So, what's the thing?

Arguments is one of the things that makes Views really powerful. Really. You should already know that arguments is some kind of filters in Views, but that they accept input data instead manual data to set the filter. Enough abou that.

There are at least two problems with arguments as they are currently used in Views:

SearchTermExclude

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a very small module to exclude nodes from search results by taxonomy term.

  • On search settings page you may choose one or several taxonomy terms.
  • Nodes with these terms are stored in search tables without any content, so they are indexed but cannot be found.
  • It does not work with tags.