WebSearcher icon indicating copy to clipboard operation
WebSearcher copied to clipboard

Searching for 'Zhiend' returns none

Open KuroChu opened this issue 1 year ago • 0 comments

Think the title says it all. Really surprising behavior.

import WebSearcher as ws
se = ws.SearchEngine()
se.search('Zhiend')
se.parse_results()
print(se.results[6])

This snipped would respond with

{'type': 'unknown', 'sub_type': None, 'sub_rank': 0, 'title': None, 'url': None, 'text': None, 'cite': None, 'details': None, 'cmpt_rank': 6, 'serp_rank': 6, 'serp_id': '...134b'}

So I thought it might be something to do with the character count. Nope. You can search for words that are shorter than that, and it will give you the corresponding results. Don't know why that is.

KuroChu avatar Jan 20 '24 19:01 KuroChu