Serg-Norseman / GEDKeeper

GEDKeeper - program for work with personal genealogical database
https://gedkeeper.net/
GNU General Public License v3.0
149 stars 44 forks source link

Filtering is now case-sensitive #562

Closed burtek closed 1 week ago

burtek commented 1 month ago

As of 3.6.0:

image image

Used to be case insensitive (both Wilk and wilk would yield same two results in my case pre-3.6.0)

Serg-Norseman commented 1 month ago

Yes, that's how it was intended here. A new experimental algorithm has been introduced, which is 12 times faster if a case-sensitive path is used, and 4-5 times faster if a case-insensitive path is used. Perhaps later I will make an option that allows to choose between three options: the old one and two new ones. While I'm thinking

burtek commented 1 month ago

case-insensitive was better for me, was able to quickly find a place with one hand (no need to press Shift), so I'd be happy to get an option for that :)