aliases:
tags:
- Type/Source/Text/Book
- proto
- bookSearch
- genre/Fiction
- religious
from:
- "[[Sources/Texts/Books/Books]]"
- "[[Hinduism]]"
related:
contra:
to:
by:
- "[[R. K. Narayan]]"
- "[[Hindus]]"
of:
with:
title: The Mahabharata
date: 2016-02-12
genre:
- Fiction
pages: 213
publisher: University of Chicago Press
language:
cover: http://books.google.com/books/content?id=ZPBLAgAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api
isbn: 022605747X 9780226057477
rating:
status:
dateRead:
dateCreated: 2023-10-17, 17:20
dateModified: 2023-10-17, 17:22
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