Skip to content

Commit

Permalink
Add grouped filter to accommodate null external uris in model.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiel committed Feb 7, 2024
1 parent d652ec6 commit 54de02f
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion config/sync/views.view.oai_pmh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,46 @@ display:
plugin_id: string
operator: '!='
value: 'http://purl.org/dc/dcmitype/Collection'
group: 1
group: 2
exposed: false
expose:
operator_id: ''
label: ''
description: ''
use_operator: false
operator: ''
operator_limit_selection: false
operator_list: { }
identifier: ''
required: false
remember: false
multiple: false
remember_roles:
authenticated: authenticated
placeholder: ''
is_grouped: false
group_info:
label: ''
description: ''
identifier: ''
optional: true
widget: select
multiple: false
remember: false
default_group: All
default_group_multiple: { }
group_items: { }
field_external_uri_uri_1:
id: field_external_uri_uri_1
table: taxonomy_term__field_external_uri
field: field_external_uri_uri
relationship: field_model
group_type: group
admin_label: ''
plugin_id: string
operator: empty
value: ''
group: 2
exposed: false
expose:
operator_id: ''
Expand Down Expand Up @@ -196,6 +235,7 @@ display:
operator: AND
groups:
1: AND
2: OR
style:
type: default
options:
Expand Down

0 comments on commit 54de02f

Please sign in to comment.