Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
better_exposed_filters
Commits
6c6ca447
Commit
6c6ca447
authored
Dec 16, 2020
by
cgoffin
Committed by
Neslee Canil Pinto
Dec 16, 2020
Browse files
Issue #3178558 by cgoffin, davidferlay: Hidden Search API Fulltext filter
parent
abd8ccf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Plugin/better_exposed_filters/filter/FilterWidgetBase.php
View file @
6c6ca447
...
...
@@ -57,6 +57,10 @@ abstract class FilterWidgetBase extends BetterExposedFiltersWidgetBase implement
$is_applicable
=
TRUE
;
}
if
(
is_a
(
$filter
,
'Drupal\search_api\Plugin\views\filter\SearchApiFulltext'
))
{
$is_applicable
=
TRUE
;
}
return
$is_applicable
;
}
...
...
Write
Preview
Supports
Markdown
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