NodeStream Search
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Provides a very basic search function for your site.
Provides a very basic search function for your site.
Plots a facet as a Graph, where the facet items are on the X-Axis, and the counts on the Y-Axis. Uses the Charts and Graphs Module for graphing.
A real sample of this module can be found on the Devtrac website.
About this module
This module creates a new block to search for domain names and generate results showing whether they are free or unavailable.It also provides the configuration page which list down the domain extensions and allow user to choose from the list for the extensions they want to find.
Requirements
Requires GPL licensed phpWhois library for whois servers list, and querying.
Offers an implementation of the Search API that uses an Amazon AWS CloudSearch server for indexing content.
Note: This module will only be compatible with Drupal 7+ as it tightly integrates with SearchAPI which is Drupal 7+.
Features
I am here to share about Drupal's Search Module limitations & solution to overcome it.
Limitation:- Drupal's Search Module provides search results on the basis of exact keyword match. i.e. when we search a word like 'what' in our website, it give results only where the word 'what' exactly matches & it doesn't include words like 'whatever' in search results. It concludes that Search module executes search query with a EQUAL(=) condition in WHERE clause but we always require results from a search query with a LIKE condition in WHERE clause.
Facet API module integration with Context
This module makes the task of altering the appearance of the search box easier. It provides options to :
This project contains consolidated Apache Solr configuration files to be used by the Search API Solr and Apache Solr Search Integration projects. Discussions and latest configuration changes should happen in this project as an alternative to cross-posting between the two.
This module allows the creation of combined fields for the Search API. This means a single field can contain the values from multiple other fields. In addition it can imitate the functionality of a facet created from another field. The case this was created to solve was if there are multiple fields containing term references to a single vocabulary allowing a single facet to filter all such fields across various content types.
Tested with Search API, Search API Solr and Facet API.
This module allows Search API Solr (D7) to connect to the Acquia Search service. It requires the Acquia Connector module and a valid subscription.