While it is misleading to call this project a search engine, what I am doing is closest thing to a search engine I have ever created.
Most of the notes is are in the Jupiter notebook
- run
python main.pyfor normal instances - add option:
--jobsor--productsto specify the thing to search in - add option
--query [search string]to specify what you are searching
- Search for book review related jobs:
python main.py --jobs --query "Book review"
- Search a showering jell related products:
python main.py --products --query "Pishori Rice"