(((meta (@ (content . "Query: List of Zettel Identifier") (name . "title"))) (meta (@ (content . "manual") (name . "role"))) (meta (@ (content . "#manual #search #zettelstore") (name . "tags"))) (meta (@ (content . "zmk") (name . "syntax"))) (meta (@ (content . "00001007700000 00001007770000") (name . "back"))) (meta (@ (content . "00001007700000 00001007770000") (name . "backward"))) (meta (@ (content . "1") (name . "box-number"))) (meta (@ (content . "(c) 2020-present by Detlef Stern ") (name . "copyright"))) (meta (@ (content . "20230707202652") (name . "created"))) (meta (@ (content . "00001006050000") (name . "forward"))) (meta (@ (content . "en") (name . "lang"))) (meta (@ (content . "EUPL-1.2-or-later") (name . "license"))) (meta (@ (content . "20230707202652") (name . "published"))) (meta (@ (content . "public") (name . "visibility")))) (p "A query may start with a list of " (a (@ (href . "00001006050000")) "zettel identifier") ", where the identifier are separated by one ore more space characters.") (p "If you specify at least one query directive, this list acts as a input for the first query directive." " " "Otherwise, only the zettel of the given list are used to evaluated the search expression or the action list (if no search expression was given).") (p "Some examples:") (ul (li (a (@ (href . "?q=00001007700000+CONTEXT")) "00001007700000 CONTEXT") " returns the context of this zettel.") (li (a (@ (href . "?q=00001007700000+00001007031140+man")) "00001007700000 00001007031140 man") " searches the given two zettel for a string " (@L (@H "“") "man" (@H "”")) ".") (li (a (@ (href . "?q=00001007700000+00001007031140+%7C+tags")) "00001007700000 00001007031140 | tags") " return a tag cloud with tags from those two zettel.") (li (a (@ (href . "?q=00001007700000+00001007031140")) "00001007700000 00001007031140") " returns a list with the two zettel.")))