aliases:
tags:
- Type/Source/Annotation/Excerpt
- proto
publish: true
status:
rating: 8
version: 1
dateCreated: 2023-10-28, 21:05
dateModified: 2024-07-27, 19:46
by:
- Robert Browning
of:
from:
- "[[Texts]]"
related:
contra:
to:
By Robert Browning
Ah, but a man's reach should exceed his grasp,
Or what's a heaven for?
"Andrea del Sarto", line 98.
= 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