Details
-
Bug
-
Resolution: Unresolved
-
Test Blocker
-
None
Description
The first Kotlin SDK query example is confusing to me. The text says query() returns a Flow<QueryFlowItem>, but the example shows query() returning a QueryResult.
I assume queryResult.rows is the one that's really a Flow<QueryFlowItem>?
Reporter: Graham Pople
E-mail: graham.pople@couchbase.com