Guest User

Untitled

a guest
Jul 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. if sources or statuses:
  2. must_bool_query = []
  3. bool_query['filter'] = {
  4. 'bool': {
  5. 'must': must_bool_query
  6. }
  7. }
  8. if sources:
  9. must_bool_query.append({'bool': {'should': sou
  10. if statuses:
  11. must_bool_query.append({'bool': {'should': statuses}})
Add Comment
Please, Sign In to add comment