This repository was archived by the owner on Feb 20, 2019. It is now read-only.
implement search_raw #143
Open
Description
It'd look like this:
s = S().search_raw({'query': {'query_string': {'query': 'name:tester'}}})
where search_raw takes a dict and pretty much just passes it through to pyelasticsearch ElasticSearch.search().
Why have this? It allows people to do searches skipping over our API, but still getting back search results in a form that's helpful.
Metadata
Metadata
Assignees
Labels
No labels