Global Redirect Disable

Component type

module

Maintenance status

Development status

Component created

Component changed

GLOBAL REDIRECT DISABLE allows you to conditionally disable the Global Redirect module based on the current path.

At this time (Nov 25, 2013) the functionality to disable Global Redirect for specific paths does not exist within the Global Redirect module itself. At a point in the future when that does become available, this module should no longer be necessary.

Disabling the Global Redirect module can be necessary when we have code using hook_url_inbound_alter(). This can conflict with Global Redirect.

Facet API image links

Component type

module

Categories

Maintenance status

Development status

Downloads

584

Component created

Component changed

Extends the "Links" widget in Facet API to also display an image field. Right now only taxonomy terms are supported. But adding support for other fields referencing an entity is trivial and module will in the future add support for the most common types and/or an API for this.

Apachesolr Wysiwyg Files

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allow admin to index all files contain in a wysiwyg. Admin can choose if he wants to link to the file or to the node which contain the file, and he also can choose if he wants to index all files in a wysiwyg or only files contain in a link.

XunSearch

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

[English]
This module handles integration with XunSearch - an excellent fulltext search engine – expressly for Chinese and other Asian languages like Korean and Japanese , and it support English well too.
Xunsearch is very high performance, GPL , very easy to install.
Xunsearch is writen in C/C++ , use xapian-core , scws to handle Chinese segmentation scheme.
Install Xunsearch: http://www.xunsearch.com/doc/php/guide/start.installation

Search API Index Locale

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Allows you to associate languages with an search_api index and switches to that index when the search_api_views module is being used.
If you don't want to manually create an index per language you can let this module generate them for you and do the association at the same time.

Installation:

  1. Enable module
  2. Navigate to admin/config/search/search_api/locale and complete form
  3. Navigate to search/search_api/index//workflow and add Locale workflow with the appropriate language selected
  4. Rebuild index
  5. Create an index based view

Facet API Select Autocomlete

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Module provide Facet API Select Autocomlete widget.
Select Autocomlete focused on work with field type String.

Module Select Autocomlete working only with Solr Server (implemented wildcard search for field type String). Search API Database Search not supported wildcard (partial words) searching match for now (https://drupal.org/node/1299238).

Module Select Autocomlete integrated with Facet API Pretty Paths.