Open michelucci opened 2 years ago
Not sure, but if you copied the configuration above verbatim from your file then there's a typo in sorty_by_year
.
This is currently an issue for me. For example, when I do this giving the papers.bib:
{% bibliography -f {{ site.scholar.bibliography }} --group_by none --query @*[selected=true]* %}
it correctly selects only the entries that have selected={true}
in it.
But when I do
{% bibliography -f {{ site.scholar.bibliography }} --group_by none --sort_by year,month --order descending --query @*[selected=true]* %}
it fails to filter the entries, returning all of them.
Also the order is right besides the last one, that is actually the newest one. I tested this in this template.
Hi,
I have a bibtex file with all the references. I want to select some of them with a query, something like
I added the topic entry in the bib entries. The selection works, but the order is not correct. In the configuration file I have
But somehow the query returns a list not order by year. Anyone has any idea why?
Thank you in advance, especially for such a cool tool!
Umberto