Skip to content

Incorrect/different case seemingly causes title to be filtered #96

@binarymelon

Description

@binarymelon

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 

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions