File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ highlighted features.
55
66## v2.1
77
8- Currently in beta, this release allows you to create indexes where a single Row
9- Id can exist in multiple slices. You can utilize this to build simple keyword
10- searches, for example.
8+ This release allows you to create indexes where a single Row Id can exist in
9+ multiple slices. You can utilize this to build simple keyword searches, for
10+ example.
1111
1212Simply provide a custom getSliceIdOrIds function in the setIndexDefinition
1313method that returns an array of Slice Ids, rather than a single Id:
@@ -32,6 +32,9 @@ console.log(indexes.getSliceRowIds('containsLetter', 'x'));
3232// -> ['felix', 'rex']
3333```
3434
35+ This functionality is showcased in the Word Frequency app if you would like to
36+ see it in action.
37+
3538## v2.0
3639
3740** Announcing the next major version of TinyBase 2.0!** This is an exciting
You can’t perform that action at this time.
0 commit comments