Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am pieterdt on github.
  • I am pieterdt ((https://keybase.io/pieterdt) on keybase.
  • I have a public key ASBEYSKGW6_eweWks2qkyWqe6_4R-GKNe9I5km5IKDQlgAo

To claim this, I am signing this object:

@pieterdt
pieterdt / gist:4c6c1450a17954ff32055f0eb654d081
Created September 23, 2016 21:21
Troubling Elastic search query that seems to ignore both size and from parameters
curl -XPOST 'http://192.168.50.2:9200/prod_brik/room/_search'
{
"query": {
"bool": {
"must": {
"has_parent": {
"type": "premises",
"score_mode": "score",
"query": {
"bool": {