Skip to content

Create index on list of values say for tags #5

@neeraj9

Description

@neeraj9

How about a convenient feature wherein multiple indexes can be created for same same index name and type. This is typically useful for something like list of tags (see below).

    "post_type": ["fiction", "scifi", "intermediate", "popular"]

How about creating index on "post_type"? It will be nice to create multiple indexes for the given list of text instead of just one. This is a bit more complicated because then changes to this list must be tracked as well. Additionally, multiple indexes must be created for the same index name which must point to same node in the database.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions