I'm using biblatex-chicago with the author-date option. I love biblatex and biblatex-chicago and appreciate the work that has been put into it. I have a small question, however. I usually divide my bibliography into sections using
\DeclareBibliographyCategory{A}
in the preamble and then
\autocite{B}
\AddToCategory{A}{B}
following a citation of B.
Now I wonder, if it's possible to have a bibliography category:
\DeclareBibliographyCategory{Before1900}
and have a reference be added automatically to the category Before1900 if:
- It has an origdate value and that value is lower than 1900;
- It has no origdate value but the date value is lower than 1900.
I would be interested in such an option since it would enable me to automatically create a split bibliography according to the date a source was written/published.