FacetAPI URL Validator

Component type

module

Categories

Maintenance status

Development status

Downloads

1798

Component created

Component changed

This is a cheeky little module that attempts to insert some validation of URL parameters into Facet API, so that if someone pops something random into the URL it doesn't get sent to the search backend for it to choke there.

For example, it's possible to send strings to filter integer fields.

This probably isn't the best implementation of this stuff, but it works!

alwaysupport

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

AlwaySupport, provides a self-service customer support product, that reduce support costs, improve customer service, and increase online conversions. It does so by providing instant and contextually relevant answers based on a self-learning and ever growing Q&A knowledge-base.

SOLR boost by node type

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allows you to add real-time boosts (No re-indexing required) to search results delivered through Apache SOLR. You can configure separate boost values per node-type on your Drupal system.

Installation

  • Install and activate the module as you would any normal Drupal module
  • Go to admin/config/search/settings and set boost types for any node types you want to boost.
  • Check the results are as expected

Facet API Taxonomy Folding

Component type

module

Categories

Maintenance status

Development status

Downloads

5123

Component created

Component changed

Add the ability to filter taxonomy terms to only active ones or direct children.
This will generate a folder navigation effect and avoid to display a very long list of terms.

The rendering is the same as for a "Date" facet which allows to progressively fine-tune value.

Requirements

This module is based on Search API and requires Facet API.
It has been design to work on taxonomy field.

Search API Title #2

Component type

module

Categories

Maintenance status

Development status

Downloads

1899

Component created

Component changed

Provide a duplicate field for title to allow Search API Sorts to use it.

Usually, title field is indexed with the "Full text" type. Which disable "Search API Sorts" to use it.
This module will duplicate content of title under a new field. So you'll be able to index this new one with "String" type which is supported by "Search API Sorts".

Once enable and correctly setup, you'll need to reindex all documents.

Multi-Facet Blocks

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module provides a way of easily creating facet combinations in single block definitions. The module integrates with apache solr, facet api and Quicktabs to provide re-usable blocks of packaged facets.

Search API Page Panels

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This functionality has been merged to Search API Pages

This module exposes each Search API page as a panel variant. This way the path is overridden by Panels and you get the possibility to place search result, search form, facets etc in the regions of your Panel layout.

This is useful if you don't use Blocks on your site and rather place search results, facets etc in a Panel layout.