Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Have a strange issue with ExamineX in Umbraco 10. The scenario is specific to RangeQuery
I am using the following code :
query = query.And().RangeQuery<DateTime>( new[] { "updateDate" }, StartDate, EndDate, minInclusive: true, maxInclusive: false);
This works all fine in case of local indexes however the updateDate field in ExamineX enabled environment looks like updateDate 10/30/2023 16:25:12.
RangeQuery converts the query filter datetime to ticks and giving me zero results if examinex is enabled.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
For ExamineX experts : RangeQuery<DateTime> filter with ExamineX is not working?
Have a strange issue with ExamineX in Umbraco 10. The scenario is specific to RangeQuery
I am using the following code :
This works all fine in case of local indexes however the updateDate field in ExamineX enabled environment looks like updateDate 10/30/2023 16:25:12.
RangeQuery converts the query filter datetime to ticks and giving me zero results if examinex is enabled.
is working on a reply...