Since I am dealing with a rather large dataset I was looking into persistent solutions. When working with a small dataset you probably don't need to persist and can just create the index on the fly.
Since I am dealing with a rather large dataset I was looking into persistent solutions. When working with a small dataset you probably don't need to persist and can just create the index on the fly.
1️⃣ SQLite can already do full text searches! expo-sqlite with FTS enabled + spellfix1 extension for typo tolerance
2️⃣ FlexSearch seems very memory efficient and allows to persist indexes to storages like SQLite/IndexDB
1️⃣ SQLite can already do full text searches! expo-sqlite with FTS enabled + spellfix1 extension for typo tolerance
2️⃣ FlexSearch seems very memory efficient and allows to persist indexes to storages like SQLite/IndexDB