Guest User

Untitled

a guest
Oct 21st, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. {
  2. "from": 0,
  3. "size": 200,
  4. "query": {
  5. "bool": {
  6. "must": [{
  7. "nested": {
  8. "path": "thirdPartyCampaignCodes",
  9. "query": {
  10. "exists": {
  11. "field": "thirdPartyCampaignCodes.acquisition"
  12. }
  13. }
  14. }
  15. }, {
  16. "match": {
  17. "brand.id": "74"
  18. }
  19. }
  20. ]
  21. }
  22. }
  23. }
Add Comment
Please, Sign In to add comment