meilisearchEasy Playground

Python SDK for MeiliSearch instant search engine

Getting started with meilisearchRun locally
Install
pip install meilisearch
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: meilisearch)

meilisearch is a third-party package. Python SDK for MeiliSearch instant search engine. Install with: pip install meilisearch

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?