emilepharand / Babilonia

📚 Vocabulary-focused language trainer that empowers polyglots 🌎 to practice faster ⌛, remember more 🧠 & boost their learning 🚀
MIT License
5 stars 0 forks source link

Search should take into account character mapping and context #20

Open emilepharand opened 2 years ago

emilepharand commented 2 years ago

Search should take into account character mapping

For example, etre should match être.

Also, ignore context (#12). It might be best to wait for #436 for this.

emilepharand commented 1 year ago

We need to think about how to implement this.

There is no native way to do this in SQLite.

Let's not implement a solution right now because we might end up switching to something like ElasticSearch.