TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "password-spray") OR contains(tags, "credential") OR contains(tags, "authentication")SORT file.ctime DESC
password-spray
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "password-spray")SORT file.ctime DESC
credential
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "credential")SORT file.ctime DESC
authentication
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "authentication")SORT file.ctime DESC