-
Notifications
You must be signed in to change notification settings - Fork 1
Incorrect/different case seemingly causes title to be filtered #96
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I'm not sure if this is intentional or not. I did notice for author matching case seemed to be ignored.
| similarity = distance.get_jaro_winkler_similarity(query, item_comparison) |
vs
calibre-plugins/plugins/hardcover/src/hardcover/identifier.py
Lines 159 to 164 in 94bc6f7
| distance.get_jaro_winkler_similarity( | |
| edition_author.name, | |
| author, | |
| ignore_case=True, | |
| scaling=0.0, | |
| ) |
Found 0 results
Downloading from Hardcover took 0.8417472839355469
Finding by ISBN / ASIN isbn='9781950301607' asin=''
Searching for ids by Name Gundog Gary Whitta
Found results=[878389] for query='Gundog Gary Whitta'
Finding by book id [878389]
Comparing Gundog to GUNDOG (book:gundog)
Dropping GUNDOG (book:gundog) as it's too distant
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working