aliases:
tags:
- Type/Source/Text/Book
- proto
- bookSearch
- genre/Political
- Science
from:
- "[[Sources/Texts/Books/Books]]"
- "[[Hannah Arendt]]"
related:
contra:
to:
by:
- "[[Hannah Arendt]]"
of:
with:
title: The Origins of Totalitarianism
date: 1973
genre:
- Political Science
pages: 580
publisher: Houghton Mifflin Harcourt
language:
cover: http://books.google.com/books/content?id=8f2y0F2wzLoC&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
isbn: 0156701537 9780156701532
rating:
status:
dateRead:
dateCreated: 2023-10-09, 11:07
dateModified: 2023-10-09, 11:09
version: 1
publish: true
= 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