[
https://issues.apache.org/jira/browse/CONNECTORS-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14587597#comment-14587597
]
Karl Wright edited comment on CONNECTORS-1214 at 6/16/15 7:30 AM:
------------------------------------------------------------------
Hi [~kishorekumar], the report I have is that the following filters didn't work
to retrieve any documents, even though there were documents to retrieve:
{code}
Include: *.pdf
Include: *.ppt
{code}
This, however, did NOT find any of the expected documents. However, this found
documents of the types desired:
{code}
Include: *.pdf
Include: *.ppt
Include: *.*
{code}
My conclusion was that the field "FileType" no longer contained the expected
value of the document extension, but I don't know what it contains. The user
believes it now contains a mimetype rather than an extension. I don't know if
this is true or not; the user does not seem terribly familiar with LiveLink.
was (Author: [email protected]):
The report I have is that the following filters didn't work to retrieve any
documents, even though there were documents to retrieve:
{code}
Include: *.pdf
Include: *.ppt
{code}
This, however, did NOT find any of the expected documents. However, this found
documents of the types desired:
{code}
Include: *.pdf
Include: *.ppt
Include: *.*
{code}
My conclusion was that the field "FileType" no longer contained the expected
value of the document extension, but I don't know what it contains. The user
believes it now contains a mimetype rather than an extension. I don't know if
this is true or not; the user does not seem terribly familiar with LiveLink.
> Livelink connector doesn't work properly against 10.5
> -----------------------------------------------------
>
> Key: CONNECTORS-1214
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1214
> Project: ManifoldCF
> Issue Type: Bug
> Components: LiveLink connector
> Affects Versions: ManifoldCF 1.9, ManifoldCF 2.1
> Reporter: Karl Wright
> Assignee: Karl Wright
> Fix For: ManifoldCF 1.10, ManifoldCF 2.2
>
>
> Known issues:
> (1) The FileType field no longer seems to contain an extension. Not sure
> what it contains, but we need to at least update the documentation since
> filters are built against this field.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)