[
https://issues.apache.org/jira/browse/NIFI-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15114635#comment-15114635
]
ASF subversion and git services commented on NIFI-1388:
-------------------------------------------------------
Commit d42f1d4addc9c90c7a2e331e3e71fc5a94e009e4 in nifi's branch
refs/heads/master from [~JPercivall]
[ https://git-wip-us.apache.org/repos/asf?p=nifi.git;h=d42f1d4 ]
NIFI-1388 Corrected the property descriptor for the GetMongo query property
Signed-off-by: Aldrin Piri <[email protected]>
> GetMongo Documentation is wrong
> -------------------------------
>
> Key: NIFI-1388
> URL: https://issues.apache.org/jira/browse/NIFI-1388
> Project: Apache NiFi
> Issue Type: Bug
> Reporter: Joseph Percivall
> Assignee: Joseph Percivall
> Fix For: 0.5.0
>
> Attachments:
> 0001-NIFI-1388-Corrected-the-property-descriptor-for-the-.patch,
> MongoDB_Get_and_Put_Example.xml
>
>
> The property descriptor for the query states:
> "The selection criteria; must be a valid BSON document; if omitted the entire
> collection will be queried"
> Except that following the flow of logic it uses org.bson.Document to parse
> "MongoDB Extended JSON format" into a BSON document. The property descriptor
> needs to be updated to:
> The selection criteria; must be a valid MongoDB Extended JSON format; if
> omitted the entire collection will be queried
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)