Skip to content
This repository was archived by the owner on Sep 27, 2022. It is now read-only.
This repository was archived by the owner on Sep 27, 2022. It is now read-only.

Taglist api returns a null string when an article exists without a taglist + performance once db grows #47

Open
@quantuminformation

Description

@quantuminformation

I have the following data for articles:

Screenshot 2019-10-08 at 19 21 06

When running this query:
const tags = (await ds.createQuery(namespace, 'Article').select('tagList').run())[0];

Will return
Screenshot 2019-10-08 at 19 22 44

I feel that we should not return this null item. Or the client should handle it.

what do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions