Search Index Wipe

Component type

module

Categories

Maintenance status

Development status

Downloads

2715

Component created

Component changed

This module clean up search index built by search module. It is helpful
while deploying large sites whose search index becomes massive.
The reindex button does not clear the search index but rather gradually
replaces existing search data with new data as items are reindexed. This module was originated by https://drupal.org/comment/4026188#comment-4026188

-- INSTALLATION --

SOLR Google Like

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Make your Drupal Search' look and feel more Google-ish

As our users are familiar with Google-style search results, we created this module to give Apache SOLR search a closer look and feel.

Google Universal Analytics

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds a lightweight Google Universal Analytics integration to websites, especially bringing a feature to configure dimensions (https://support.google.com/analytics/answer/2709829?hl=en). The project focuses on a Google Universal Analytics only approach and is meant to specialize in Universal Analytics features. Integration and collaboration with other Analytics modules is considered for future releases.

Sponsored by Finalist

Geocoder DB

Component type

module

Categories

Maintenance status

Development status

Downloads

443

Component created

Component changed

Geocoder DB is a plugin for Geocoder which queries a database table for lat, lon fields.

The reason for this module was to speed up geocoding for locations already stored in the database (proximitry search), and to prevent duplicate API calls.

Module Settings:

ContentLinks

Component type

module

Maintenance status

Development status

Component created

Component changed

This is module in basic terms will provide Drupal users with the interfaces and the functionality to create smart content by enrichment and categorization algorithms. With the upcoming interest for Semantic Web among the community this module will become a good addition to Drupal to fill the void created by the lack of a module that helps the user to create smart content. The content on your Drupal website as a result of enrichment will become more effective against major search engines like Google.

Entity Locator

Component type

module

Maintenance status

Development status

Component created

Component changed

Entity Locator is a Drupal (7.x) module that provides a CTools Content Type plugin to display entities on a Google Map. It localizes on a map a given set of entity bundles and provides advanced filters to search it.

It does not depend on the gmap module.

Most recent code is hosted on github: https://github.com/manumilou/entity_locator.git

Search API Entity HTML

Component type

module

Categories

Maintenance status

Development status

Downloads

922

Component created

Component changed

This simple module lets Views to display Entity HTML Output without stripping html tags.

The problem
Search API gives the possibility to index the html of an entity.
But if you try to retrive this field from Views, called "Entity HTML Output",
the system strip html tags, and so the HTML output is useless.

The solution
With this modules every field from Search API that contains HTML output
of an entity is rendered without stripping html tags.