[
https://issues.apache.org/jira/browse/CONNECTORS-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16774033#comment-16774033
]
Tim Steenbeke edited comment on CONNECTORS-1584 at 2/21/19 12:37 PM:
---------------------------------------------------------------------
If the mail is user*s* I think the site should be updated because the mail
mentioned in FAQ is user.
[https://manifoldcf.apache.org/release/release-2.12/en_US/faq.html]
Also thanks for responding.
was (Author: steenti):
If the mail is userS I think the site should be updated because the mail
mentioned in FAQ is user.
[https://manifoldcf.apache.org/release/release-2.12/en_US/faq.html]
Also thanks for responding.
> regex documentation
> -------------------
>
> Key: CONNECTORS-1584
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1584
> Project: ManifoldCF
> Issue Type: Improvement
> Components: Web connector
> Affects Versions: ManifoldCF 2.12
> Reporter: Tim Steenbeke
> Priority: Minor
>
> What type of regexs does manifold include and exclude support and also in
> general regex support?
> At the moment i'm using a web repository connection and an Elastic output
> connection.
> I'm trying to exclude urls that link to documents.
> e.g. website.com/document/path/this.pdf and
> website.com/document/path/other.PDF
> The issue i'm having is that the regex that I have found so far doesn't work
> case insensitive, so for every possible case i have to add a new line.
> e.g.:
> {code:java}
> .*.pdf$ and .*.PDF$ and .*.Pdf and ... .{code}
> Is it possible to add documentation what type of regex is able to be used or
> maybe a tool to test your regex and see if it is supported by manifold ?
> I tried mailing this question to
> [[email protected]|mailto:[email protected]] but this mail
> adress returns a failure notice.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)