mirror of
https://github.com/searxng/searxng.git
synced 2024-11-04 20:30:11 +01:00
[doc] annas_archive: ctegs journal_article & book_any has been removed
In commit 8af181533
in PR:
- https://github.com/searxng/searxng/pull/3321
the category `journal_article` has been removed, `book_any` has been removed
longer time ago.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
33b4ffee29
commit
0ffec440b2
@ -25,7 +25,7 @@ for *newest* articles and journals (PDF) / by shortcut ``!aaa <search-term>``.
|
|||||||
- name: annas articles
|
- name: annas articles
|
||||||
engine: annas_archive
|
engine: annas_archive
|
||||||
shortcut: aaa
|
shortcut: aaa
|
||||||
aa_content: 'journal_article'
|
aa_content: 'magazine'
|
||||||
aa_ext: 'pdf'
|
aa_ext: 'pdf'
|
||||||
aa_sort: 'newest'
|
aa_sort: 'newest'
|
||||||
|
|
||||||
@ -61,7 +61,7 @@ base_url: str = "https://annas-archive.org"
|
|||||||
aa_content: str = ""
|
aa_content: str = ""
|
||||||
"""Anan's search form field **Content** / possible values::
|
"""Anan's search form field **Content** / possible values::
|
||||||
|
|
||||||
journal_article, book_any, book_fiction, book_unknown, book_nonfiction,
|
book_fiction, book_unknown, book_nonfiction,
|
||||||
book_comic, magazine, standards_document
|
book_comic, magazine, standards_document
|
||||||
|
|
||||||
To not filter use an empty string (default).
|
To not filter use an empty string (default).
|
||||||
|
@ -314,9 +314,9 @@ engines:
|
|||||||
# engine: annas_archive
|
# engine: annas_archive
|
||||||
# shortcut: aaa
|
# shortcut: aaa
|
||||||
# # https://docs.searxng.org/dev/engines/online/annas_archive.html
|
# # https://docs.searxng.org/dev/engines/online/annas_archive.html
|
||||||
# aa_content: 'journal_article' # book_any .. magazine, standards_document
|
# aa_content: 'magazine' # book_fiction, book_unknown, book_nonfiction, book_comic
|
||||||
# aa_ext: 'pdf' # pdf, epub, ..
|
# aa_ext: 'pdf' # pdf, epub, ..
|
||||||
# aa_sort: 'newest' # newest, oldest, largest, smallest
|
# aa_sort: oldest' # newest, oldest, largest, smallest
|
||||||
|
|
||||||
- name: apk mirror
|
- name: apk mirror
|
||||||
engine: apkmirror
|
engine: apkmirror
|
||||||
|
Loading…
Reference in New Issue
Block a user