Skip to content

Instantly share code, notes, and snippets.

@ilmari
Last active May 29, 2019 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilmari/2e8876775f6a2ed3c43d13ac947621e1 to your computer and use it in GitHub Desktop.
Save ilmari/2e8876775f6a2ed3c43d13ac947621e1 to your computer and use it in GitHub Desktop.
dists with inc/Module/Install.pm
{
"query": {
"match_all": {}
},
"filter": {
"and": [
{
"term": {
"path": "inc/Module/Install.pm"
}
},
{
"term": {
"status": "latest"
}
}
]
},
"fields": [
"release"
],
"size": 200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment