Won't Do
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
The Lite
The LiteReporter
Jim Borden
Jim BordenLabels
Story Points
8
Components
Fix versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
Sentry
Sentry
Zendesk Support
Zendesk Support
Created August 3, 2019 at 5:05 AM
Updated April 6, 2021 at 6:35 PM
Resolved April 1, 2021 at 4:43 PM
https://github.com/couchbase/couchbase-lite-core/issues/762
Given the following query:
{{SELECT fl_result(fl_value(_doc.body, 'shipped-on')) FROM kv_default AS _doc WHERE (fl_value(_doc.body, 'test_id') = 'select_func') AND (_doc.flags & 1 = 0) ORDER BY fl_value(_doc.body, 'shipped-on')
{"ORDER_BY":[[".shipped-on"]],"WHAT":[[".shipped-on"]],"WHERE":["=",[".test_id"],"select_func"]}}}
The results should be entries with missing shipped-on, null shipped-on, and then values, but the actual result is missing shipped-on, values, null shipped-on.