Possible to include items on a page based on a query rather than a list of objectIDs? #171
Unanswered
juliaflanders
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am just getting started with CollectionBuilder and am having a lot of fun :-) I am working on creating exhibits (narrative pages that contextualize items from the collection) and have been using feature includes (for example:
{% include feature/image.html objectid="coll016;coll012;coll037" %}) to include small sets of items. I am wondering whether it is possible to have a feature include that specifies objects via a query or parameter rather than a literal list of objectIDs. For instance, if I wanted to include all items that have a certain subject or location, is there a way to express that? I have looked through the list of feature includes and don't see it, but I imagine it might be possible if I were more familiar with Jekyll. Grateful for any pointers!Beta Was this translation helpful? Give feedback.
All reactions