Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

implement search_raw #143

Open
Open
@willkg

Description

@willkg

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions