We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
if data__start_date and/or data__end_date are empty look at data__year
data__start_date
data__end_date
data__year
if data__year is a year (e.g. 1918):
if data__year is uncertain:
uncertain
The text was updated successfully, but these errors were encountered:
thanks @uf0, I've set the priority to enhancement
enhancement
Sorry, something went wrong.
danieleguido
No branches or pull requests
if
data__start_date
and/ordata__end_date
are empty look atdata__year
if
data__year
is a year (e.g. 1918):data__start_date
-> '1918-01-01'data__end_date
-> '1918-12-31'if
data__year
isuncertain
:data__start_date
-> '1914-01-01'data__end_date
-> '1918-12-31'The text was updated successfully, but these errors were encountered: