Difference between revisions of "Search by attachment type yields no results"
m (→Purpose) |
m (→Additional Content) |
||
Line 15: | Line 15: | ||
==Additional Content== | ==Additional Content== | ||
− | * | + | * No related content. |
{{Article Footer|Zimbra Collaboration 8.6, 8.5, 8.0|04/16/2015}} | {{Article Footer|Zimbra Collaboration 8.6, 8.5, 8.0|04/16/2015}} | ||
− | {{NeedSME|SME1|SME2| | + | {{NeedSME|SME1|SME2|Jenny Jarrard}} |
Revision as of 15:31, 21 May 2015
- This article is a Work in Progress, and may be unfinished or missing sections.
Article Information |
---|
This article applies to the following ZCS versions. |
Search by attachment type yields no results
Purpose
Search by attachment type yields no results; searching for messages with attachments appears to be working without issues.
Resolution
Attachment indexing is probably completely disabled. Check the output of:
zmprov gcos default zimbraAttachmentsIndexingEnabled zmprov ga user@example.com zimbraAttachmentsIndexingEnabled
Replace 'default' with the name of the COS being used. If set to 'FALSE', set it to true:
zmprov mcos default zimbraAttachmentsIndexingEnabled TRUE zmprov ma user@example.com zimbraAttachmentsIndexingEnabled TRUE
Additional Content
- No related content.