Search API Fast

Component type

module

Maintenance status

Development status

Downloads

622

Component created

Component changed

Provides drush commands to index fast with search API (using all your CPU cores).
It's an effective multi-process approach by spawning new drush commands that handle queues.

If you have a 10k+ node-set, this is highly useful.

Relies on drush and unix/linux-based systems.

Controlling search_api_fast examples:
Drupal 8 (settings.php)

Spotify API

Component type

module

Maintenance status

Development status

Component created

Component changed

After searching through d.o for a good Spotify module, I decided to write an API module of my own. The other modules seemed to be either absolute (the Spotify API has changed over the years) or are Sandbox projects with very specific functions (like relying on a certain content types).

I needed more an API module. Something to abstract the API calls to Spotify and extract the data, and give it to me for further processing. This is my attempt.

Search block optimisation

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Drupal core search module makes two requests when a search block form is submitted. The first is a POST request that results in a form redirect to a new URL (normally /search/node) where the search is performed based on the GET parameters. For sites that are more performance consious this operation is expensive especially if parameters of the search are already known.

This module assumes that search block form is used for searches on content (search/node/[terms]).

OPS (On Page Search)

Component type

module

Maintenance status

Development status

Downloads

390

Component created

Component changed

SUMMARY

On page search module provide functionality to search on single page. It is replacement of CTRL+F of browser.

If you are using infinity views load more , then it may possible that user may have very large page. Then if user want to search on this long page , then you may required this module because drupal default search provide functionality to search contents.

You can highlight the certain keyword that you are interested in for easy spot. You just have to type the search phrase in textbox.

Search JSON

Component type

module

Categories

Maintenance status

Development status

Downloads

134

Component created

Component changed

The Search JSON module helps to fetch and search the data from JSON file for a small amount of data. It will retrieve and search the data very fastly. The pagination will work without page refreshing.

If you enable this module, you can use the following area.

- Product listing with search
- Search page for a small size of the website.
- In the future, I will release search JSON file with face set.

Autocomplete Node Search

Component type

module

Categories

Maintenance status

Development status

Downloads

104

Component created

Component changed

Module Autocomplete Node search will provide you a block which you can configure in any region and search any node title.

After hitting enter it will get redirected to the searched page.

You can find this block by navigating through `admin/structure/block`.

If you are configuring `Autocomplete Node search` for anonymous users, permission should be given for anonymous users.

If your search yields no result, no redirection will take place. Hitting enter/submit button will give you back the existence page on which you were earlier.

Facets Hardcode

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Facets Hardcode is a Drupal 8 Facets path processor similar to Pretty Paths, except it supports shorter, hard-coded path parts which relate to a particular facet.

Take this path:

/products/some-category/f/type/some-type

/products is the facet source URL

some-category is a hardcoded facet path part that relates to the product category.

/f/type/some-type is the rest of the facet string, delineated by the /f/ path part, and after that it works just like Pretty Paths.

Many things are configurable such as:

Full page search

Component type

module

Maintenance status

Development status

Downloads

367

Component created

Component changed

Introduction:
-------------------
This module provide functionality to open search from on full page
and you can also open search form by the click of CTRL+F.

If you want to add this functionality on any link.
Please add "full-page-search-form" id with element tag.
as: <a href="#" id="full-page-search-form">Click here</a>

Requirements:
------------------
This module requires the following modules:
* Jquery Colorpicker
* Search

Installation:
------------