Skip to content

Instantly share code, notes, and snippets.

@Techmind
Created December 16, 2015 13:54
Show Gist options
  • Save Techmind/9c214c29548f2fd74577 to your computer and use it in GitHub Desktop.
Save Techmind/9c214c29548f2fd74577 to your computer and use it in GitHub Desktop.
Array
(
[query] => Array
(
[filtered] => Array
(
[query] => Array
(
[match] => Array
(
[search_text] => actors
)
)
[filter] => Array
(
[bool] => Array
(
[must] => Array
(
[term] => Array
(
[have_premium] => 1
)
[range] => Array
(
[duration_promo] => Array
(
[gte] => 1400
)
)
)
)
)
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment