Skip to content

KeybaseListLongestMessagesOnTeam

msg.content.content_character_length

POST /keybase-*/_search
{   
  "query": {
    "bool": {
      "must": [
          { "match": {
              "msg.content.type": {"query": "text"}
              }
          },
          { "match": {
              "msg.channel.name": {"query": "dentropydaemon"}
              }
          }
      ]
    }
  },
  "sort": [
      { "msg.content.content_character_length" : {"order" : "desc"}}
  ],
  "size":10
}