tomasloksa / azure-search-emulator

Containerized Azure Search Emulator for development purposes
MIT License
16 stars 3 forks source link

Fix filter parsing #58

Closed tomasloksa closed 2 years ago

tomasloksa commented 2 years ago

Filter was incorrectly parsing date filters, when they were in round brackets. Instead of (... IssueDate:[* TO 2022-12-31T00:00:00.000Z]) it parsed as (... IssueDate:[* TO 2022-12-31T00:00:00.000Z)]