Skip to content

KeybaseListMentionsOfSpecificTeam

POST /keybase-*/_search
{
   "query": {
      "bool": {
            "must":{
               "exists": {
                  "field": "msg.channel_name_mentions"
               }
            }
      }
   },
   "size":250
}
POST /keybase-*/_search
{
   "query": {
      "bool": {
            "must_not": {
                "query_string": {
                    "query": "none",
                    "default_field": "msg.channel_mention"
                }
            },
            "must":{
               "exists": {
                  "field": "msg.channel_mention"
               }
            }
      }
   },
   "size":250
}