London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Have you tried passing the range of date as per the example?
?filter=startPublish ge 2016-01-01T00:00:00Z and startPublish le 2017-01-01T00:00:00Z
It seems like it is expecting the range of the date to be filtered.
Hi,
I've installed the latest version of Episerver Content Delivery API 2.6.1. I need to call the api to get all events after a specific date and it seems that I can't filter the events by date.
I've tried the example provided by Episerver here: https://world.episerver.com/documentation/developer-guides/content-delivery-api/content-search-api/#Filtering
but when I test it in my solution
Get /api/episerver/v2.0/search/content/?filter=startPublish ge 2019-09-11T09:47:19Z
and getting this error message:
Is anyone able to filter the content by date?