SciCatProject / backend-v3

SciCat Data Catalogue Backend
https://scicatproject.github.io/documentation/
BSD 3-Clause "New" or "Revised" License
13 stars 17 forks source link

Fix wrong type comparison for facet search #701

Closed minottic closed 1 year ago

minottic commented 1 year ago

Description

Typo in type comparison when date

Motivation

Type should check for equality to Date and not date

Fixes:

Tests included/Docs Updated?