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
{{ message }}
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
When running this query: const tags = (await ds.createQuery(namespace, 'Article').select('tagList').run())[0];
Will return
I feel that we should not return this null item. Or the client should handle it.
what do you think?
The text was updated successfully, but these errors were encountered:
quantuminformation
changed the title
Taglist api returns a null string when an article exists without a taglist
Taglist api returns a null string when an article exists without a taglist + performance once db grows
Oct 8, 2019
Also, this query will retrieve every taglist from every article. Would it not be better to filter them at the db level instead of performing the filtering on the cloud function.
I have the following data for articles:
When running this query:
const tags = (await ds.createQuery(namespace, 'Article').select('tagList').run())[0];
Will return
I feel that we should not return this null item. Or the client should handle it.
what do you think?
The text was updated successfully, but these errors were encountered: