Skip to content

KeybaseListSearchResults

msg.content.content_word_length

POST /keybase-*/_search
{
    "query": 
    { 
        "query": {
            "match": {
                "msg.content.text.body": "test"
            }
        }
    }
}