You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2021. It is now read-only.
We are all used to "google-like" search, where accents and even typos in the query string do not really affect the search results. However Paperless seems to be a little bit too rigid when it comes to search. For instance, Zürich or Telefónica doesn't match Zurich and Telefonica, a behaviour which can frustrate some searches.
It looks like this can be achieved with the current SQLite backend by providing some conversion tables that I guess they are so common that they already exist in the open source community. And after a quick look at Stack Overflow I foundsomeinsight which I hope they help.