tuub / kitodo-mediaserver

Kitodo Mediaserver
GNU General Public License v3.0
7 stars 6 forks source link

[#278] Search works by indexTime and use operators #286

Closed ponchofiesta closed 5 years ago

ponchofiesta commented 5 years ago

OK, that data pattern can not be parsed by LocalDateTime. I removed it. Another problem is, that I would expect indexTime="2019-01-01" would match to any DateTime with that date and the time part should be ignored. For the same reason I removed "today".

And now NULL is handled in other operators too.

And the operator constants are renamed.