Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-1388

GetMongo Documentation is wrong

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.5.0
    • None
    • None

    Description

      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

      Attachments

        Activity

          People

            jpercivall Joe Percivall
            jpercivall Joe Percivall
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: