Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
facets
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
facets
Merge requests
!272
"README.md" did not exist on "master"
Issue
#3497166
by strykaizer: Hide processors which are not supported in facets exposed filters
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3497166
by strykaizer: Hide processors which are not supported in facets exposed filters
issue/facets-3497166:3497166-hide-processors-which
into
3.0.x
Overview
0
Commits
1
Pipelines
2
Changes
7
Merged
Jimmy Henderickx
requested to merge
issue/facets-3497166:3497166-hide-processors-which
into
3.0.x
5 months ago
Overview
0
Commits
1
Pipelines
2
Changes
7
Expand
Closes
#3497166
0
0
Merge request reports
Compare
3.0.x
3.0.x (base)
and
latest version
latest version
13557c07
1 commit,
5 months ago
7 files
+
39
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
modules/facets_exposed_filters/src/Plugin/views/filter/FacetsFilter.php
+
1
−
0
Options
@@ -522,6 +522,7 @@ class FacetsFilter extends FilterPluginBase {
'expand_hierarchy'
=>
$this
->
options
[
"facet"
][
"expand_hierarchy"
]
??
FALSE
,
'min_count'
=>
$this
->
options
[
"facet"
][
"min_count"
]
??
1
,
'widget'
=>
'<nowidget>'
,
'facet_type'
=>
'facets_exposed_filter'
,
]);
if
(
$facet
->
getUseHierarchy
())
{
$facet
->
setHierarchy
(
$this
->
options
[
"facet"
][
"hierarchy"
],
[]);
Loading