#How to turn off capital letters being important when searching for cards?
13 messages · Page 1 of 1 (latest)
Believe it or not, this is already how it works by default
https://docs.ankiweb.net/searching.html#simple-searches
Standard searches are case insensitive for Latin characters - a-z will match A-Z, and vice versa. Other characters such as Cyrillic are case sensitive in a standard search, but can be made case insensitive by searching on a word boundary or regular expression (w:, re:).
Well, it didn't work with Ü
Looks pretty tedious to always write "w:" or "re:", considering Ü is a very common letter in german
Anki's user manual. Anki is a flashcard program that makes learning easier.
nc:uber
matches notes with “uber”, “über”, “Über” and so on.
So "uber" matches with those things? Well, again, tedious to always remember to not write Über the right way, is there no option to make it automatic? Seems pretty english-only centered if not