mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
17 lines
465 B
YAML
17 lines
465 B
YAML
Sunnysideup\DMS\Model\DMSDocument:
|
|
searchable_fields:
|
|
Title:
|
|
title: 'Document title matches'
|
|
Description:
|
|
title: 'Document summary matches'
|
|
CreatedByID:
|
|
title: 'Document created by'
|
|
field: SilverStripe\Forms\ListboxField
|
|
filter: ExactMatchFilter
|
|
LastEditedByID:
|
|
title: 'Document last changed by'
|
|
field: SilverStripe\Forms\ListboxField
|
|
filter: ExactMatchFilter
|
|
Filename:
|
|
title: 'File name'
|