Documents that show in Sense, but not in Kibana Discover

Hi there,

If I post this query via Sense I get the documents I expect..

curl -XPOST "http://2b3df2072blaaaaaaaa.us-east-1.aws.found.io:9200/text/_search?pretty&filter_path=hits.hits._id,hits.hits._score" -d'
{
   "query": {
      "match": {
         "text": {
            "query": "+Organized+Semantically+Connect"
         }
      }
   }
}'

But I can't figure out what to put in the Kibana search bar in order to get those same documents, "No results found" if I type in '+Organized+Semantically+Connect'. Can anyone help?

This question comes with a newbie idiot alert ! If I've omitted the obvious please feel free to point me at chapter and verse.