whoosh — Easy Playground
Pure-Python full-text search engine library
Getting started with whooshRun locally
Install
pip install whooshPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: whoosh)
whoosh is a third-party package. Pure-Python full-text search engine library. Install with: pip install whoosh
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?