mirror of https://github.com/searxng/searxng.git
Compare commits
No commits in common. "ddd380fc063119e7e6103aaa7db222363cfb2fee" and "fc389f009d6da7f9d897c0b1ff50ef906866046f" have entirely different histories.
ddd380fc06
...
fc389f009d
|
@ -348,10 +348,6 @@ 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
|
||||
disabled: true
|
||||
disable: true
|
||||
|
||||
- name: yep
|
||||
engine: json_engine
|
||||
|
|
Loading…
Reference in New Issue