WebSearcher
WebSearcher copied to clipboard
Searching for 'Zhiend' returns none
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.