Skip to content

Instantly share code, notes, and snippets.

@jaminguy
Created February 27, 2013 05:03
Show Gist options
  • Save jaminguy/5045236 to your computer and use it in GitHub Desktop.
Save jaminguy/5045236 to your computer and use it in GitHub Desktop.
{
"match_policy": "include_any",
"clauses": [
{
"operator": "one_of",
"field": "/data/entities/mentions/*/id",
"object_type": "post",
"value": [
"5952",
"26215",
"30427",
"24942",
"1178",
"29380",
"21589",
"25226",
"19912"
]
},
{
"operator": "one_of",
"field": "/data/follows_user/id",
"object_type": "user_follow",
"value": [
"5952",
"26215",
"30427",
"24942",
"1178",
"29380",
"21589",
"25226",
"19912"
]
},
{
"operator": "one_of",
"field": "/data/post/user/id",
"object_type": "star",
"value": [
"5952",
"26215",
"30427",
"24942",
"1178",
"29380",
"21589",
"25226",
"19912"
]
},
{
"operator": "one_of",
"field": "/data/repost_of/user/id",
"object_type": "post",
"value": [
"5952",
"26215",
"30427",
"24942",
"1178",
"29380",
"21589",
"25226",
"19912"
]
},
{
"operator": "one_of",
"field": "/meta/subscribed_user_ids",
"object_type": "message",
"value": [
"5952",
"26215",
"30427",
"24942",
"1178",
"29380",
"21589",
"25226",
"19912"
]
}
],
"name": "riposte_dev"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment