Issue #1279652 by wiifm, Gábor Hojtsy: Add title search feature on the node listing admin page.
parent
666699224d
commit
fe9fcb1755
|
@ -353,6 +353,7 @@ display:
|
||||||
value: ''
|
value: ''
|
||||||
plugin_id: node_status
|
plugin_id: node_status
|
||||||
provider: node
|
provider: node
|
||||||
|
group: '1'
|
||||||
status:
|
status:
|
||||||
id: status
|
id: status
|
||||||
table: node_field_data
|
table: node_field_data
|
||||||
|
@ -402,8 +403,12 @@ display:
|
||||||
id: type
|
id: type
|
||||||
table: node_field_data
|
table: node_field_data
|
||||||
field: type
|
field: type
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
operator: in
|
operator: in
|
||||||
value: { }
|
value: { }
|
||||||
|
group: '1'
|
||||||
exposed: true
|
exposed: true
|
||||||
expose:
|
expose:
|
||||||
operator_id: type_op
|
operator_id: type_op
|
||||||
|
@ -417,9 +422,62 @@ display:
|
||||||
multiple: false
|
multiple: false
|
||||||
remember_roles:
|
remember_roles:
|
||||||
authenticated: authenticated
|
authenticated: authenticated
|
||||||
|
anonymous: '0'
|
||||||
|
administrator: '0'
|
||||||
reduce: false
|
reduce: false
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: 0
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
plugin_id: bundle
|
plugin_id: bundle
|
||||||
provider: views
|
provider: views
|
||||||
|
title:
|
||||||
|
id: title
|
||||||
|
table: node_field_data
|
||||||
|
field: title
|
||||||
|
relationship: none
|
||||||
|
group_type: group
|
||||||
|
admin_label: ''
|
||||||
|
operator: contains
|
||||||
|
value: ''
|
||||||
|
group: '1'
|
||||||
|
exposed: true
|
||||||
|
expose:
|
||||||
|
operator_id: title_op
|
||||||
|
label: Title
|
||||||
|
description: ''
|
||||||
|
use_operator: false
|
||||||
|
operator: title_op
|
||||||
|
identifier: title
|
||||||
|
required: false
|
||||||
|
remember: false
|
||||||
|
multiple: false
|
||||||
|
remember_roles:
|
||||||
|
authenticated: authenticated
|
||||||
|
anonymous: '0'
|
||||||
|
administrator: '0'
|
||||||
|
is_grouped: false
|
||||||
|
group_info:
|
||||||
|
label: ''
|
||||||
|
description: ''
|
||||||
|
identifier: ''
|
||||||
|
optional: true
|
||||||
|
widget: select
|
||||||
|
multiple: false
|
||||||
|
remember: 0
|
||||||
|
default_group: All
|
||||||
|
default_group_multiple: { }
|
||||||
|
group_items: { }
|
||||||
|
plugin_id: string
|
||||||
|
provider: views
|
||||||
langcode:
|
langcode:
|
||||||
id: langcode
|
id: langcode
|
||||||
table: node_revision
|
table: node_revision
|
||||||
|
@ -460,6 +518,10 @@ display:
|
||||||
plugin_id: standard
|
plugin_id: standard
|
||||||
provider: views
|
provider: views
|
||||||
show_admin_links: '0'
|
show_admin_links: '0'
|
||||||
|
filter_groups:
|
||||||
|
operator: AND
|
||||||
|
groups:
|
||||||
|
1: AND
|
||||||
display_plugin: default
|
display_plugin: default
|
||||||
display_title: Master
|
display_title: Master
|
||||||
id: default
|
id: default
|
||||||
|
|
Loading…
Reference in New Issue