hbz / lobid-gnd

UI and API to the Integrated Authority File (Gemeinsame Normdatei, GND)
http://lobid.org/gnd
Eclipse Public License 2.0
25 stars 5 forks source link

Search for dateOfDeath outputs false entries #149

Closed pharos-alexandria closed 5 years ago

pharos-alexandria commented 5 years ago

When I search for the dateOfDeath of persons living in Late Antiquity (i.e. died before 1000), the query outputs also persons of much later date, whereas the search for dateofBirth is correct. Cf. https://lobid.org/gnd/search?q=dateOfBirth%3A+[0300+TO+0450] with https://lobid.org/gnd/search?q=dateOfDeath%3A+[0300+TO+0450]

acka47 commented 5 years ago

Thanks for the pointer. We will fix this soon.

@fsteeg In the index config there is an entry for dateOfBirth but no entry for dateOfDeath. I guess we just have to add it fo fix the issue?

fsteeg commented 5 years ago

Deployed to test:

https://test.lobid.org/gnd/search?q=dateOfDeath:[0300+TO+0450]

acka47 commented 5 years ago

+1

fsteeg commented 5 years ago

@pharos-alexandria The issue is now fixed in production, thanks for the report!

See https://lobid.org/gnd/search?q=dateOfDeath:[0300+TO+0450]