Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Filtering on Edm.DateTimeOffset field not working in .NET SDK #77

@Hari-c4

Description

@Hari-c4

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

Filter_Value

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 :

  1. Create a search index with Edm.DateTimeOffset field and make it filterable
  2. Try to filter documents based Edm.DateTimeOffset field using Azure Search SDK for .NET

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions