You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In both cases though, the results from the remote go-threads daemon are being reported, so this could be a) a issue with the query/where clause, or something funny b) with the query handling in go-threads.
Just to update this issue, the issue referenced elsewhere (js-textile) indicates that:
If even a single document in the threadDB doesn't have the specific key that you are querying it returns nothing instead of just skipping that specific document.
Hey,
I found super strange bug
I have collection in textile called collection
and when I want to find collections by issuer like:
I got empty result
However, when I use this snippet
I got positive result.
I use the same snippet (with where clausule) for collection called
nft
and it works.Pls this is super urgent because now I have to make exponential reads on thread db
The text was updated successfully, but these errors were encountered: