This repository was archived by the owner on Feb 16, 2023. It is now read-only.
-
How do I construct a search query for documents that have no tags or no document type assigned? |
Beta Was this translation helpful? Give feedback.
Answered by
obizbu
Nov 8, 2021
Replies: 1 comment
-
Figured it out: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
obizbu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Figured it out:
the search query can be constructed in this way:
NOT type:*
works for tags as well:
NOT tag:*