Domain finder

Component type

module

Categories

Maintenance status

Development status

Downloads

3417

Component created

Component changed

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.

Developer Custom Search

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

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.

Search API Combined Fields

Component type

module

Categories

Maintenance status

Development status

Downloads

67009

Component created

Component changed

Search API Combined Fields

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.