mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
Index MIME type
This commit is contained in:
@@ -188,7 +188,7 @@ class RecordIndexer
|
||||
->add('sha256', 'string')->notIndexed()
|
||||
// Mandatory metadata
|
||||
->add('original_name', 'string')->notIndexed()
|
||||
->add('mime', 'string')->notIndexed()
|
||||
->add('mime', 'string')->notAnalyzed() // Indexed for Kibana only
|
||||
->add('type', 'string')->notAnalyzed()
|
||||
->add('record_type', 'string')->notAnalyzed() // record or story
|
||||
// Dates
|
||||
|
Reference in New Issue
Block a user