Skip to content

Commit 8747f01

Browse files
committed
[docs] v1.2 release notes
1 parent a88321b commit 8747f01

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

site/guides/9_releases.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1212
Simply provide a custom getSliceIdOrIds function in the setIndexDefinition
1313
method 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

0 commit comments

Comments
 (0)