Apachesolr Pages

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The ApacheSolr Pages module is an alternative for having faceted search pages using the Facet API and the Apache Solr Search module, providing freely filterable, sortable and themable search pages, with support for domain and language access and filter arguments.
A core difference to the basic Facet API functionality is that you can define groupable search forms as blocks, instead one block per facet.

Apache Solr Panelized Node

Component type

module

Categories

Maintenance status

Development status

Downloads

359

Component created

Component changed

Apachesolr Panelized Node allows panelized nodes, which may have content that is not in the body of the node, to be indexed in their fully rendered form. If you have panelized nodes that have key content in Fieldable Panels Panes, for example, this module will cause those nodes to be fully rendered, and the full html of the result will be used to build the "document" that goes into Solr, so that content will end up in the solr index regardless of how it got on the page.

Facet API Pretty Paths Slugs

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Synopsis

General

This module allows you to assign slugs to facet values for Entity Reference fields to replace the node ID in the URL.

Currently, when you have an Entityreference field as a facet, even when using Pretty Paths each facet value will be an NID, which is not very pretty. This module adds a new coder for Facet API Pretty Paths, along with an admin settings page, which allows you to create slugs for your reference facets!

URL alias restriction

Component type

module

Maintenance status

Development status

Downloads

838

Component created

Component changed

Drupal is quite talkative in terms of showing off it's content. Often it makes content accessible which we actually don't want to show. That happens for instance very easily, if you're using nodes as content containers only - never really wanting to show the actual node pages of these containers.

Thanks to taxonomy node and similiar listings + some SEO javascript "callling home" often these unstyled content containers land on public search indexes as soon as an Administrator has an accidental look at these listing or node pages.

Content Type Search in Add Content(node/add) Page

Component type

module

Maintenance status

Development status

Component created

Component changed

Content Type Search: The Drupal 7 Content Type Search module
--------------------------------------------------------------------

This module allows you to search content type in node add(node/add) page.

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

ApacheSolr Search Language Fallback

Component type

module

Categories

Maintenance status

Development status

Downloads

627

Component created

Component changed

Simple Module. No configuration required. Reindex content after enabling the module.

On a multilingual site, Apachesolr by default shows search results from all languages. This module when enabled, displays search results from the current language of the site whenever available and the default language results as a fallback if the search term matches the content from a default language when the translation is not available.

Facet API Scrolling links

Component type

module

Categories

Maintenance status

Development status

Downloads

342

Component created

Component changed

Introduction:
This project provides a new display widget for Facets called "Links with scroll". It will show a throbber/spinner after clicking one of the facet links and scroll the screen to the facet on next page load.

Background:
It's a very simple module that's developed because I worked on a project where the client didn't like starting at the top of the page every time they selected a facet on mobile devices. This module is a simple alternative to fetching new results with AJAX.

This module requires the following modules:

Views Autocomplete Search

Component type

module

Categories

Maintenance status

Development status

Downloads

1295

Component created

Component changed

Views Autocomplete Search uses the Views autocomplete API module (it is a dependency with Views module of course) to transform the search input of the default search block into an autocomplete textfield.

The module simply packages a tiny form alteration and a view that you can customize. The default configuration search on the title only (contains the input or contains all words of the input) but you can change it by simply editing the packaged view.