-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
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
Labels
No labels