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
|
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
I'm not sure if this is intentional or not. I did notice for author matching case seemed to be ignored.
calibre-plugins/plugins/hardcover/src/hardcover/identifier.py
Line 229 in 94bc6f7
vs
calibre-plugins/plugins/hardcover/src/hardcover/identifier.py
Lines 159 to 164 in 94bc6f7