Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
drupal.org
better_exposed_filters
Commits
324bb4eb
Commit
324bb4eb
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
8423a2dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/Plugin/better_exposed_filters/filter/FilterWidgetBase.php
...Plugin/better_exposed_filters/filter/FilterWidgetBase.php
+4
-0
No files found.
src/Plugin/better_exposed_filters/filter/FilterWidgetBase.php
View file @
324bb4eb
...
...
@@ -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
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