TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "enumeration") OR contains(tags, "looting") OR contains(tags, "linux")SORT file.ctime DESC
enumeration
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "enumeration")SORT file.ctime DESC
looting
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "looting")SORT file.ctime DESC
linux
TABLE file.ctime as "Created", tags as "Tags"FROM "New Notes"WHERE contains(tags, "linux")SORT file.ctime DESC