aliases:
tags:
- Type/Source/Text/Book
- proto
- bookSearch
- genre/Books
- movies
- to/read
from:
- "[[Sources/Texts/Books/Books]]"
- "[[Sources/Texts/Books/Books]]"
related:
contra:
to:
by:
- "[[Boris Leonidovich Pasternak]]"
of:
with:
title: Doctor Zhivago
date: 2002
genre:
- Books to movies
pages: 514
publisher: Random House
language:
cover: http://books.google.com/books/content?id=PXiTnU24kjwC&printsec=frontcover&img=1&zoom=1&source=gbs_api
isbn: 0099448424 9780099448426
rating:
status:
dateRead:
dateCreated: 2023-10-17, 10:03
dateModified: 2023-10-25, 10:37
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