Closed magd-kudama-dev closed 4 years ago
You can use like this: https://docs.api.lens.org/examples.html#get-30-works-from-an-institution-published-between-two-years
"filter": {
"range": {
"created": {
"gte": "2018-05-12",
"lte": "2020-05-12"
}
}
}
Yes, you have access to queries but we haven't enabled aggregations.
Thanks, yea I figured but never closed the issue, sorry.
I wanted to know whether it's possible to filter by
created
orpublished_date
(in a range)? If yes, how?Do I have access to all ElasticSearch capabilities (I'm assuming you're using ES given the formatting of the API).
Thank you.