File tree 3 files changed +163
-114
lines changed
src/Plugin/SearchApi/Backend
3 files changed +163
-114
lines changed Original file line number Diff line number Diff line change 1
1
Search API Solr search 1.x, dev (xx/xx/xxxx):
2
2
---------------------------------------------
3
3
- Starting the 8.x port.
4
- - @todo Do we need to use https://github.com/cpliakas /solarium-luke for viewSettings()?
5
- - @todo Update deleteItems() and implement deleteAllItems() .
4
+ - @todo Finish https://github.com/basdenooijer /solarium/pull/155 and start a new
5
+ pull request for 'admin/luke' .
Original file line number Diff line number Diff line change 7
7
8
8
use Drupal\search_api\Exception\SearchApiException;
9
9
use Drupal\search_api\Server\ServerInterface;
10
+ use Drupal\search_api\Utility\Utility;
10
11
use Symfony\Component\HttpFoundation\Request;
11
12
12
13
/**
@@ -150,7 +151,7 @@ function search_api_solr_get_data_type_info($type = NULL) {
150
151
151
152
if (!isset($types)) {
152
153
// Grab the stock search_api data types.
153
- $types = search_api_get_data_type_info ();
154
+ $types = Utility::getDataTypeInfo ();
154
155
155
156
// Add our extras for the default search api fields.
156
157
$types += array(
You can’t perform that action at this time.
0 commit comments