The complete property path was being quoted instead of the individual components. ie. `address.street` instead of `address`.`street` Also fixed another issue - changed the maybeQuote() method for property names to correctly look for back-tics instead of double quotes and changed the name accordingly. Co-authored-by: mikereiche <michael.reiche@couchbase.com>