aliases:
tags:
- Type/Source/Text/Book
- proto
- bookSearch
- genre/Biography
- Autobiography
from:
- "[[Sources/Texts/Books/Books]]"
related:
contra:
to:
by:
- "[[Jason Kander]]"
of:
with:
title: Invisible Storm
date: 2022-07-05
genre:
- Biography & Autobiography
pages: 224
publisher: HarperCollins
language:
cover: http://books.google.com/books/content?id=fNM2EAAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
isbn: 0358658675 9780358658672
rating:
status:
dateRead:
dateCreated: 2023-10-25, 10:07
dateModified: 2023-10-25, 10:28
version: 1
publish: true
By Jason Kander
= this.file.name
TABLE WITHOUT ID
file.link AS Name, by AS By, in AS In, of AS Of, date AS Date, year AS Year
FROM #Type
WHERE
(
(
any(contains(by, this.by))
AND
by
)
OR
(
any(contains(in, this.in))
AND
in
)
OR
(
any(contains(of, this.of))
AND
of
)
OR
(
any(contains(in, this.file.name))
OR
any(contains(in, this.file.link))
)
OR
(
any(contains(of, this.file.name))
OR
any(contains(of, this.file.link))
)
AND
file.name !=this.file.name
)
SORT file.etags DESC, date DESC, year DESC