mirror of https://github.com/searxng/searxng.git
Compare commits
4 Commits
fc389f009d
...
ddd380fc06
Author | SHA1 | Date |
---|---|---|
Alexandre Flament | ddd380fc06 | |
Markus Heiser | f08165f524 | |
Markus Heiser | bafebe91ac | |
Markus Heiser | caebafdd06 |
|
@ -348,6 +348,10 @@ the parameter ``template`` must be set to the desired type.
|
|||
- :py:class:`datetime <datetime.datetime>`
|
||||
- last publication date
|
||||
|
||||
* - type
|
||||
- :py:class:`str`
|
||||
- short description of medium type, e.g. *book*, *pdf* or *html* ...
|
||||
|
||||
* - authors
|
||||
- :py:class:`List <list>`\ [\ :py:class:`str`\ ]
|
||||
- list of authors of the work (authors with a "s")
|
||||
|
|
|
@ -413,7 +413,7 @@ engines:
|
|||
engine: crossref
|
||||
shortcut: cr
|
||||
timeout: 30
|
||||
disable: true
|
||||
disabled: true
|
||||
|
||||
- name: yep
|
||||
engine: json_engine
|
||||
|
|
Loading…
Reference in New Issue