Date range filter not working with related REST API
-
Hi,
i’m trying to get filtered related posts using the REST API:
https://developer.wordpress.com/docs/api/1.1/post/sites/%24site/posts/%24post/related/
but date range filter isn’t working. I’m using curl like:
$query_json = '{ "size" : "3", "query": { "filtered": { "filter": { "range": { "date": { "gte": "now-1y" }}}}}}';
Can someone help me please?
Thanks
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Date range filter not working with related REST API’ is closed to new replies.