Skip to content

Commit f2774bd

Browse files
borisson_drunken-monkey
borisson_
authored andcommitted
Issue #2914478 by borisson_, mpp, drunken monkey, pfrenssen, claudiu.cristea, kevin.dutra, SylvainM, jhedstrom, bircher: Added integration with Drush 9.
1 parent e008593 commit f2774bd

File tree

10 files changed

+1618
-358
lines changed

10 files changed

+1618
-358
lines changed

Diff for: CHANGELOG.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Search API 1.x, dev (xxxx-xx-xx):
22
---------------------------------
3+
- #2914478 by borisson_, mpp, drunken monkey, pfrenssen, claudiu.cristea,
4+
kevin.dutra, SylvainM, jhedstrom, bircher: Added integration with Drush 9.
35
- #2926733 by drunken monkey, borisson_: Fixed indexing of leading/trailing
46
whitespace in fulltext tokens on database backend.
57
- #2922024 by drunken monkey, borisson_: Fixed Stemmer incorrectly processing

Diff for: composer.json

+7
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,12 @@
2525
"license": "GPL-2.0+",
2626
"require-dev": {
2727
"drupal/search_api_autocomplete": "@dev"
28+
},
29+
"extra": {
30+
"drush": {
31+
"services": {
32+
"drush.services.yml": "^9"
33+
}
34+
}
2835
}
2936
}

Diff for: drush.services.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
services:
2+
search_api.commands:
3+
class: \Drupal\search_api\Commands\SearchApiCommands
4+
arguments:
5+
- '@entity_type.manager'
6+
- '@module_handler'
7+
tags:
8+
- { name: drush.command }

0 commit comments

Comments
 (0)