FatSecret REST API Integration module

Component type

module

Maintenance status

Development status

Component created

Component changed

FatSecret: The Drupal 6 & 7 FatSecret REST API Integration module
--------------------------------------------------------------------

This module allows you to integrate FatSecret API and to call all related API function of FatSecret.

This version of the module only works with Drupal 6.x & 7.x.

Custom searchpath

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module lets you set a custom searchpath to replace the default 'search/node/*'.
Notice: If you have Apache Solr activated, you still need to keep "Node" activated in the Search settings -> Active search modules.

This module will also work with the "Custom Search" module. Just set the same path in both modules. In the "Custom Search" module this will be set in the "Custom Search Paths" section under admin/config/search/custom_search.

OPAC Search

Component type

module

Maintenance status

Development status

Component created

Component changed

OPAC Search Block for Drupal

This is a simple module that provides a configurable search block that should pretty much work for any library catalog search that uses the GET method (i.e., if you can see the search query parameters in the URL, you should be good).

Sure, you could just embed some html into a block yourself, but this module makes it really simple, and it utilizes Drupal's Form API (the "Drupal Way" of making forms).

After you install and enable the module, go to the block's config page and configure the following:

Google Analytics Top Searches

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module interfaces with variable settings in the google_analytics module and engages the API library in the google_analytics_reports module to create a block that contains a list of top searches for your site.

There is a deployment step beyond what I could do with an update hook. We have to obtain an oauth access token from the Google Analytics API.

Search API Solr Dynamic Ranges

Component type

module

Maintenance status

Development status

Downloads

2601

Component created

Component changed

This module aims at calculating dynamic ranges from stats delivered by a Solr search database.

The stats would be used to calculate the ranges as follows:
The stats will have a Min, Max, Average and StDev.
The Average tells us something on where most of the results are located. Close to Min, close to Max or close to the middle.
The StDev tells us something about the distribution of the results. A high peak near the Average or a nice even distribution. When there are multiple peaks, we can't tell, but we can still assume a more or less even distribution.

Search API Strip Strings

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds a new data alteration to the Drupal Search API. The new data alteration allows strings to be stripped from fulltext or string fields, and stored as a new field.

This is useful for stripping preceding characters from product codes. And other things.

Example usage:

  • PHC12345 -> could also be stored as 13245.
  • 1021A -> could also be stored as 1021.
  • £1,000 -> could also be stored as 1000.

Apachesolr repeating dates

Component type

module

Categories

Maintenance status

Development status

Downloads

891

Component created

Component changed

Description
This module works to enhance the search experience when using
apachesolr and content types (nodes) with repeating date fields.

For each instance of a repeating date, the node is indexed in Solr as
a unique result. This means that if there is a node with a date that
repeats 3 times, that node will appear in the search results 3 times;
once for each date instance.

Searchandise

Component type

module

Maintenance status

Development status

Downloads

576

Component created

Component changed

Overview

Searchandising is when you use a shopper's search terms to display relevant content like other products, specials, advertisements, and content. This module provides some add-ons to popular search modules that provide administrative interfaces to configure common searchandising functionality, for example keyword-based redirects.

Entry Gate

Component type

module

Maintenance status

Development status

Component created

Component changed

Block Search engine from indexing site and also unauthorized access while in development or in any condition you want to keep sites secure from others.

If you don't want to put your site in maintanance mode but want to prevent early access to your website during its development, then this module is very helpful for you.