diff --git a/composer.json b/composer.json index fb64f2ec..4ce0da1b 100644 --- a/composer.json +++ b/composer.json @@ -39,6 +39,7 @@ "drupal/redirect_after_login": "^2.6", "drupal/redis": "^1.4", "drupal/schema_metatag": "^1.5", + "drupal/search_api": "^1.18", "drupal/site_settings": "^1.19", "drupal/subpathauto": "^1.1", "drupal/tacjs": "^3.9", diff --git a/composer.lock b/composer.lock index 1b93c22e..798bac2b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "fde7628e678725f0a0bf21aff1250e43", + "content-hash": "0f2c18ce9172cbf63b8d9e91fde3bfbf", "packages": [ { "name": "asm89/stack-cors", @@ -4368,6 +4368,78 @@ "issues": "https://www.drupal.org/project/issues/schema_metatag" } }, + { + "name": "drupal/search_api", + "version": "1.18.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/search_api.git", + "reference": "8.x-1.18" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.18.zip", + "reference": "8.x-1.18", + "shasum": "6cf1d6820ba55891e204bac40b6031ed15db482a" + }, + "require": { + "drupal/core": "^8.8 || ^9" + }, + "conflict": { + "drupal/search_api_solr": "2.* || 3.0 || 3.1" + }, + "require-dev": { + "drupal/language_fallback_fix": "@dev", + "drupal/search_api_autocomplete": "@dev", + "drupal/search_api_db": "*" + }, + "suggest": { + "drupal/facets": "Adds the ability to create faceted searches.", + "drupal/search_api_autocomplete": "Allows adding autocomplete suggestions to search fields.", + "drupal/search_api_solr": "Adds support for using Apache Solr as a backend." + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.18", + "datestamp": "1603359374", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Thomas Seidl", + "homepage": "https://www.drupal.org/u/drunken-monkey" + }, + { + "name": "Nick Veenhof", + "homepage": "https://www.drupal.org/u/nick_vh" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/790418/committers" + } + ], + "description": "Provides a generic framework for modules offering search capabilities.", + "homepage": "https://www.drupal.org/project/search_api", + "support": { + "source": "https://git.drupalcode.org/project/search_api", + "issues": "https://www.drupal.org/project/issues/search_api", + "irc": "irc://irc.freenode.org/drupal-search-api" + } + }, { "name": "drupal/site_settings", "version": "1.19.0",