[
https://issues.apache.org/jira/browse/CONNECTORS-497?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13430989#comment-13430989
]
Karl Wright edited comment on CONNECTORS-497 at 8/8/12 9:58 AM:
----------------------------------------------------------------
bq. It seems that * is warranted. Current UI does not allow insertion of *
The code that filters metadata rules based on item name simply returns "true"
at this time. This is the exact equivalent of a rule that includes "*" at the
end. I wish I had a clearer picture of what you were trying and what the
results were.
The connectors debug output should help me figure out whether the list
inclusion/exclusion is working properly. There should be messages like these:
{code}
Logging.connectors.debug("SharePoint: List '"+listPath+"' exactly matched rule
path '"+pathMatch+"'");
Logging.connectors.debug("SharePoint: Including list '"+listPath+"'");
Logging.connectors.debug("SharePoint: Excluding list '"+listPath+"'");
Logging.connectors.debug("SharePoint: Not including list '"+listPath+"' because
no matching rule");
{code}
Please try a couple of cases that you think should work and let me know what
output you get.
was (Author: [email protected]):
bq. It seems that * is warranted. Current UI does not allow insertion of *
The code that filters metadata rules based on item name simply returns "true"
at this time. This is the exact equivalent of a rule that includes "*" at the
end. I wish I had a clearer picture of what you were trying and what the
results were.
> Add support for lists to SharePoint connector
> ---------------------------------------------
>
> Key: CONNECTORS-497
> URL: https://issues.apache.org/jira/browse/CONNECTORS-497
> Project: ManifoldCF
> Issue Type: New Feature
> Components: SharePoint connector
> Affects Versions: ManifoldCF 0.6
> Reporter: Karl Wright
> Assignee: Karl Wright
> Fix For: ManifoldCF 0.7
>
> Attachments: CONNECTORS-497.patch, CONNECTORS-497.patch
>
>
> Lists are similar to libraries, but without documents. We still should be
> able to index empty documents with metadata, however, or select an attribute
> to treat as the document.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira