Dynamoid icon indicating copy to clipboard operation
Dynamoid copied to clipboard

Using a set as index

Open stefanneculai opened this issue 12 years ago • 1 comments

I think a set should be mapped differently as an index. If we have an object Book and we want to add Tags (as a set ["SF", "Drama"]) to it and it as index, then in the index table there should be created 2 items, one for each entry in the tags set. The first would have all the books with the "SF" tag and the other one all the books that have the "Drama" tag.

stefanneculai avatar Jun 18 '13 09:06 stefanneculai

+1

rayh avatar Jul 16 '14 23:07 rayh