Field search

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module is only for drush usage. It simply looks every text field in every content type and searches certain phrases in those text fields.

Views Blogspot Archive

Component type

module

Maintenance status

Development status

Downloads

402

Component created

Component changed

This module provides a blogger(blogspot) like archive style option for Views.

You can set the field based on which archive need to be created in views style settings.

For 7.x and 6.x: Simple Node Archive Blocks

Note: You can add custom styles to align the item list for default core bartik theme.

-- INSTALLATION --

Install module like normal.

Expandable Search

Component type

module

Maintenance status

Development status

Downloads

613

Component created

Component changed

This module overrides your core search form CSS and makes it expandable (collapsible).

Dependencies

The module currently integrates the following libraries - classyJS

Use "drush expandable_search" or "drush exse" after enabling the module to download all the libraries automatically or download them manually.

If you are not using drush - download, extract and rename the folders to have the correct paths:

Search Exclude Individual

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Prevent individual nodes and user account from ever showing up in Drupal core search results. This module adds a checkbox on each node and user that allows you to exclude them from search results. This module does not override node access, so excluded content will still continue to function as normal on all other areas of the site.

Solr Query Modification

Component type

module

Categories

Maintenance status

Development status

Downloads

650

Component created

Component changed

The way search is working is excellent for the english language where you split compound words. In e.g. danish or german compound words are written without a space between them which complicates search. Solr Query Modification rewrites the query string with wildcards and fuzzy indicators before it is sent to solr. You can configure the rewrites with the modifications you want.

The module is very simple and is not doing anything you cannot do by hooking into Search API solr search.

Range Units

Component type

module

Maintenance status

Development status

Downloads

377

Component created

Component changed

Range Units module overview

  1. This module is similar to Range module and inherits some of it's features. It provides numeric range field. Range field allows to save two numeric (integer) values (from and to), which represents some kind of range (for example: age range).
  2. In this module, we can define the units while creating the filed, then this options will display as select at the time of creating content,then the selected unit will display in node page

Qwantsearch

Component type

module

Maintenance status

Development status

Downloads

416

Component created

Component changed

Synopsis

This module integrates Qwant search engine in Drupal 7 and Drupal 8.

The module provides a search block linked to a search page (url is configurable).

Requirements

This module requires the following modules:

This module requires the PHP CURL library.

Apache Solr Attachments inline

Component type

module

Maintenance status

Development status

Component created

Component changed

Summary
This module makes indexing in body (and other text fields) possible using the Apache Solr Attachments module.
It works by using a REGEX to find all files embedded in text fields of type:

  • text_with_summary
  • text_long
  • text_formatted

This also includes field collection fields.

The managed Drupal file is stored in a seperate field (field_inline_attachments). This makes indexing
with the solr attachment module possible.

Requirements:

Apachesolr Views Rendered Entity

Component type

module

Categories

Maintenance status

Development status

Downloads

234

Component created

Component changed

By default the Apachesolr Views module renders fields that are in the Solr-index.
This module adds a Views row plugin for 'Rendered entity'.
That way you can leverage modules like Display Suite for presenting your search-results.

The code is a straight copy from this issue:
https://www.drupal.org/node/2111363