Search API Pantheon

Component type

module

Categories

Maintenance status

Development status

Downloads

7193

Component created

Component changed

This module is meant to simplify the usage of Search API and Search API Solr on Pantheon. Search API Solr provides the ability to connect to any Solr server by providing numerous configuration options. This module automatically sets the Solr connection options by extending the plugin from Search API Solr. The module also changes the connection information between Pantheon environments.

Facets in filters

Component type

module

Categories

Maintenance status

Development status

Downloads

795

Component created

Component changed

The goal of this module is to expose facets in the same form as your views exposed form.

The benefit of this is, that it is part of the same form, thus it will be easy to sort them among each other.

The solution works without javascript.

Also this uses the same autosubmit you can have in your view.

Currenlty integrated widgets:
- checkboxes
- select

For the Drupal 8 version look here: https://www.drupal.org/project/core_views_facets

Deleted not used

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

nice idea nothing to see here for the moment.

Fast autocomplete multi

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a fork of the Fast autocomplete (FAC) module. This version allows you to configure multiple searches on your site. See this issue on the FAC issues queue for discussion.

There are two branches:

  • 7.x-1.x: no changes from FAC (but FAC may be updated by the time you read this)
  • multi-page: enable configuration for more than one search form

Search API Emoji

Component type

module

Categories

Maintenance status

Development status

Downloads

253

Component created

Component changed

With the release of UTF8MB4 support for Drupal 7, you can now store Emoji as content values. However, you can't search for them.

This module adds a processor for the Search API module which replaces Emoji characters with their unicode text equivalents, allowing you to search for emoji both using the literal character or by words that appear in the text equivalent.

Entity administration and history

Component type

module

Maintenance status

Development status

Downloads

532

Component created

Component changed

The Entity Administration and history module displays all entities on a unique page, in a similar way that nodes can be administered on the admin/content page.

This new page will help to :

  • easily access to your datas or configurations.
  • monitor changes on you site, thanks to the history tag.
  • perform mass update or deletion operations.

Save search

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module save search on any view page or search api page, list the saved searches and send email notifications if there are matching new content added.

Usage:
Install the module, activate it and place the Save search button block anywhere you like.

Todo
For now, the content type for the notifications send hardcoded in the module, needs work there.