mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 14:05:56 +02:00
17 lines
395 B
YAML
17 lines
395 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
|