mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
6b25237ec6
This enhancement adds the ability to add documents to a document set based on a list of filters added from DMSDocument. Fixes #96
16 lines
428 B
YAML
16 lines
428 B
YAML
DMSDocument:
|
|
searchable_fields:
|
|
Title:
|
|
title: "Document title matches ..."
|
|
Description:
|
|
title: "Document summary matches ..."
|
|
CreatedByID:
|
|
title: 'Document created by ...'
|
|
field: 'ListboxField'
|
|
filter: 'ExactMatchFilter'
|
|
LastEditedByID:
|
|
title: 'Document last changed by ...'
|
|
field: 'ListboxField'
|
|
filter: 'ExactMatchFilter'
|
|
Filename:
|
|
title: 'File name' |