Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
facets
Commits
03cd713c
Commit
03cd713c
authored
Jan 30, 2016
by
borisson_
Committed by
borisson_
Jan 30, 2016
Browse files
Issue
#2656814
by borisson_: Adapt to changes in search api
parent
1276d124
Changes
2
Show whitespace changes
Inline
Side-by-side
src/Plugin/facets/facet_source/SearchApiBaseFacetSource.php
View file @
03cd713c
...
...
@@ -98,7 +98,7 @@ abstract class SearchApiBaseFacetSource extends FacetSourcePluginBase {
// identifier.
$field_id
=
$facet
->
getFieldIdentifier
();
// Get the Search API Server.
$server
=
$this
->
index
->
getServer
();
$server
=
$this
->
index
->
getServer
Instance
();
// Get the Search API Backend.
$backend
=
$server
->
getBackend
();
...
...
tests/facets_search_api_dependency/config/install/views.view.search_api_test_views_fulltext.yml
View file @
03cd713c
...
...
@@ -19,8 +19,8 @@ display:
query
:
type
:
search_api_query
options
:
search_api_
bypass_access
:
fals
e
entity
_access
:
fals
e
bypass_access
:
tru
e
skip
_access
:
tru
e
parse_mode
:
terms
exposed_form
:
type
:
basic
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment