elasticsearch-dslEasy Playground

High-level Elasticsearch query DSL for Python

Getting started with elasticsearch-dslRun locally
Install
pip install elasticsearch-dsl
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: elasticsearch_dsl)

elasticsearch-dsl is a third-party package. High-level Elasticsearch query DSL for Python. Install with: pip install elasticsearch-dsl

Challenge

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