Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle publication year range (e.g. 1742–1744) #126

Open
arildm opened this issue Mar 14, 2023 · 0 comments
Open

Handle publication year range (e.g. 1742–1744) #126

arildm opened this issue Mar 14, 2023 · 0 comments
Labels

Comments

@arildm
Copy link
Member

arildm commented Mar 14, 2023

Adalriks och Giöthildas äfwentyr (https://libris.kb.se/bib/2050971, https://queerlit.dh.gu.se/work/cvnbvmjp12dpbw3) doesn't have publication.year but it has publication.startYear and publication.endYear.

Fredrik at KB says:

Det enda sättet att få båda för närvarande är att ställa två frågor, där förutom din originalfråga måste man även fråga efter startYear/endYear eftersom det inte går att säga (year >= 1700 AND year <= 1799) OR (startYear >= 1700 AND startYear <= 1799).

Not sure if we can handle that.

But we should probably at least show the year range, where it's now empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant