You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue I found in Web UI Template. I have a search index with Collection(Ed.String) (field name : organizations) and Edm.DateTimeOffset (field name : Date) fields. I'm trying to filter based on my Date field, please find the screenshot below which has the search query
This query returns some documents when I tried it in the search explorer in Azure portal, but here when I call it in the SDK I'm getting result as null. I tried this with 'organizations' field, that one is working as expected in SDK also. This issue seems to be only for Edm.DateTimeOffset.
API Version : 2020-06-30
Steps to reproduce :
Create a search index with Edm.DateTimeOffset field and make it filterable
Try to filter documents based Edm.DateTimeOffset field using Azure Search SDK for .NET
The text was updated successfully, but these errors were encountered:
The UI itself doesn't currently have support for Edm.DateTimeOffset filters. (See line 163 in this file; facets.js would also need to be updated).
However, it looks like you might be setting the filter another way--is that correct? I would expect the filter syntax above would work. Is the query itself throwing an error? Is the UI throwing an error? Any error messages you can provide would be helpful.
Is this issue fixed, I am having the same problem. Have Edm.DateTimeOffset (field name : Date) fields , the blob has dates in different format. But the return data is 0.
This is an issue I found in Web UI Template. I have a search index with Collection(Ed.String) (field name : organizations) and Edm.DateTimeOffset (field name : Date) fields. I'm trying to filter based on my Date field, please find the screenshot below which has the search query
This query returns some documents when I tried it in the search explorer in Azure portal, but here when I call it in the SDK I'm getting result as null. I tried this with 'organizations' field, that one is working as expected in SDK also. This issue seems to be only for Edm.DateTimeOffset.
API Version : 2020-06-30
Steps to reproduce :
The text was updated successfully, but these errors were encountered: