Citation Key: how is 'type' function used #2409
-
I'm not seeing an example of how the type function is used to '...skip to the next pattern.' Anyone have an example of such usage? |
Beta Was this translation helpful? Give feedback.
Answered by
retorquere
Feb 12, 2023
Replies: 1 comment
-
You can do something like |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
retorquere
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do something like
type(book,bookSection) + veryshorttitle + year | auth + year
which will useveryshorttitle + year
for books and bookSections, andauth + year
for anything else.