sort order of facet items, and a typo
This commit is contained in:
parent
0371c37786
commit
714ceeb3d0
@ -3,8 +3,9 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- search_api.index.opencase_reporting_actors
|
||||
- views.view.reporting_actors
|
||||
module:
|
||||
- views_data_export
|
||||
- search_api
|
||||
id: actor_type
|
||||
name: 'Actor type'
|
||||
url_alias: actor_type
|
||||
@ -32,19 +33,19 @@ processor_configs:
|
||||
active_widget_order:
|
||||
processor_id: active_widget_order
|
||||
weights:
|
||||
sort: 20
|
||||
sort: -9
|
||||
settings:
|
||||
sort: DESC
|
||||
count_widget_order:
|
||||
processor_id: count_widget_order
|
||||
weights:
|
||||
sort: 30
|
||||
sort: -8
|
||||
settings:
|
||||
sort: DESC
|
||||
display_value_widget_order:
|
||||
processor_id: display_value_widget_order
|
||||
weights:
|
||||
sort: 40
|
||||
sort: -10
|
||||
settings:
|
||||
sort: ASC
|
||||
url_processor_handler:
|
||||
@ -56,4 +57,3 @@ processor_configs:
|
||||
empty_behavior:
|
||||
behavior: none
|
||||
show_title: false
|
||||
|
||||
|
@ -3,8 +3,9 @@ status: true
|
||||
dependencies:
|
||||
config:
|
||||
- search_api.index.opencase_reporting_actors
|
||||
- views.view.reporting_actors
|
||||
module:
|
||||
- views_data_export
|
||||
- search_api
|
||||
id: created
|
||||
name: Created
|
||||
url_alias: created
|
||||
@ -32,13 +33,13 @@ processor_configs:
|
||||
active_widget_order:
|
||||
processor_id: active_widget_order
|
||||
weights:
|
||||
sort: 20
|
||||
sort: -8
|
||||
settings:
|
||||
sort: DESC
|
||||
count_widget_order:
|
||||
processor_id: count_widget_order
|
||||
weights:
|
||||
sort: 30
|
||||
sort: -9
|
||||
settings:
|
||||
sort: DESC
|
||||
date_item:
|
||||
@ -52,7 +53,7 @@ processor_configs:
|
||||
display_value_widget_order:
|
||||
processor_id: display_value_widget_order
|
||||
weights:
|
||||
sort: 40
|
||||
sort: -10
|
||||
settings:
|
||||
sort: ASC
|
||||
url_processor_handler:
|
||||
@ -64,4 +65,3 @@ processor_configs:
|
||||
empty_behavior:
|
||||
behavior: none
|
||||
show_title: false
|
||||
|
||||
|
@ -416,7 +416,7 @@ display:
|
||||
default_argument_type: query_parameter
|
||||
default_argument_options:
|
||||
query_param: preset_title
|
||||
fallback: '%nbsp;'
|
||||
fallback: ' '
|
||||
multiple: and
|
||||
default_argument_skip_url: false
|
||||
summary_options:
|
||||
|
@ -2,3 +2,7 @@
|
||||
display: inline;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
li.facet-item {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user