Skip to content

How to filter publications with multiple tags? #685

Answered by cmas1
cmas1 asked this question in Q&A
Discussion options

You must be logged in to vote

I found the answer to my question in one issue of the jekyll-scholar package inukshuk/jekyll-scholar#249

I just had to change the filter in the query replacing = with ~=

In other words

<h2>Related Publications</h2>
<div class="publications">
  {% bibliography -f papers -q @*[topic~=project_1]* %}
</div>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cmas1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant