Related to my other question: I cite in my text using footnotes and have the bibliography sorted by date. I need the reflist option in windycity to ensure that the bibliography is sorted by date and has the date immediately following the author. When I cite works from the same author from the same year, letters are added behind the year in the bibliography. This makes sense for inline author-date citations, but not for notes citations. Can I prevent this from happening?
MWE:
\documentclass{article}
\usepackage[reflist=true, style=windycity, date=year]{biblatex}
\bibliography{biblatex-examples}
\begin{document}
\cite{knuth:ct:c}
\cite{knuth:ct:b}
\printbibliography
\end{document}




extradateinfo per-bibliography in case there are multiple bibliographies in a document. If one wants to suppress theextardateinfo for all bibliographies (for example because there is only one), then there are other, simpler solutions. – moewe Jun 19 '20 at 14:00