View Single Post
Old 12-17-2024, 06:27 PM   #5
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,735
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by paperback View Post
For example. suppose you want to find the word "protege" (i.e. protégé). It will not return any results if there are diacriticals in it, unless you enter the letters with the exact same diacriticals.d all instances of the word even if the diacriticals have been incorrectly applied.
Calibre is using the regex library instead of the default re library. And regex has limited support for fuzzy searches.
For example: (these){e<=1} will find these, those, there (and many other strings).
If you search for (protege){e<=2} in Regex mode, it'll find protege , protegé and protégé.
It might of course also find other similar strings...
Doitsu is offline   Reply With Quote