diff --git a/defaults/yacy.init b/defaults/yacy.init index a6365f18f..66c78683e 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -885,6 +885,9 @@ search.navigation=location,hosts,authors,namespace,topics,filetype,protocol,lang # max number of items displayed in search navigators search.navigation.maxcount=100 +# max number of items displayed in the dates navigator +search.navigation.dates.maxcount=640 + # search result verification and snippet fetch caching rules # each search result can be verified byloading the link from the web # this can be enhanced using a cache. In some cases it may be appropriate diff --git a/htroot/ConfigSearchPage_p.html b/htroot/ConfigSearchPage_p.html index 7bd5b4eab..a95ab21ee 100644 --- a/htroot/ConfigSearchPage_p.html +++ b/htroot/ConfigSearchPage_p.html @@ -179,13 +179,16 @@ Date Navigation +