install search api
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
"drupal/redirect_after_login": "^2.6",
|
"drupal/redirect_after_login": "^2.6",
|
||||||
"drupal/redis": "^1.4",
|
"drupal/redis": "^1.4",
|
||||||
"drupal/schema_metatag": "^1.5",
|
"drupal/schema_metatag": "^1.5",
|
||||||
|
"drupal/search_api": "^1.18",
|
||||||
"drupal/site_settings": "^1.19",
|
"drupal/site_settings": "^1.19",
|
||||||
"drupal/subpathauto": "^1.1",
|
"drupal/subpathauto": "^1.1",
|
||||||
"drupal/tacjs": "^3.9",
|
"drupal/tacjs": "^3.9",
|
||||||
|
|||||||
Generated
+73
-1
@@ -4,7 +4,7 @@
|
|||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||||
"This file is @generated automatically"
|
"This file is @generated automatically"
|
||||||
],
|
],
|
||||||
"content-hash": "fde7628e678725f0a0bf21aff1250e43",
|
"content-hash": "0f2c18ce9172cbf63b8d9e91fde3bfbf",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
@@ -4368,6 +4368,78 @@
|
|||||||
"issues": "https://www.drupal.org/project/issues/schema_metatag"
|
"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",
|
"name": "drupal/site_settings",
|
||||||
"version": "1.19.0",
|
"version": "1.19.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user