aliases:tags:- Type/Source/Text/Book
- proto
from:-"[[Sweetness and light]]"-"[[Matthew Arnold]]"related:contra:to:by:rating:status:dateCreated:2023-12-04,11:59dateModified:2023-12-04,12:00version:1publish:true
Culture and Anarchy
Culture and Anarchy: An Essay in Political and Social Criticism is a series of periodical essays by Matthew Arnold, first published in Cornhill Magazine 1867–68 and collected as a book in 1869. The preface was added in 1869.
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