rocicorp / repc

The canonical Replicache client, implemented in Rust.
Other
31 stars 7 forks source link

Indexing: Remove support for indexing on anything other than string and Array<string> #227

Closed aboodman closed 3 years ago

aboodman commented 3 years ago

Right now we can index on string, number, and bool. But scan only allows start values and prefixes that are strings. Rather than teach scan about more types it seems simpler to only support string and tell our users to stringify their index data.