This PR adds functionality to create knowledge maps for publications without a publication date.
For this purpose, an additional, optional parameter exclude_date_filters is introduced, which signals to the backend and data retrieval that the to and from dates which are usually mandatory, can be ignored.
from and to parameters in the context line will not be shown if the exclude_date_filters parameter is true.
This PR adds functionality to create knowledge maps for publications without a publication date. For this purpose, an additional, optional parameter
exclude_date_filters
is introduced, which signals to the backend and data retrieval that theto
andfrom
dates which are usually mandatory, can be ignored.from
andto
parameters in the context line will not be shown if theexclude_date_filters
parameter istrue
.