Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Implement #1209 #1278

Closed
wants to merge 2 commits into from
Closed

Implement #1209 #1278

wants to merge 2 commits into from

Commits on Apr 22, 2018

  1. Implement searx#1209

    - settings.yml has the same format as before
    - doi.yml, locales.yml and engines.yml are loaded before (the disabled attributes are removed)
    - if yaml search.engines path is defined, then all engines are disabled, and only engine specified in this list are enabled.
    - settings.yml contans only general, search, server, ui sections. The search section contains the enabled engines.
    - settings_robot.yml is unchanged
    dalf committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    cf0c920 View commit details
    Browse the repository at this point in the history
  2. - search.engines_path : path of engines.yml

    - search.include_engines_path : add engines definition (doesn't replace the content of engines.yml)
    
    doi.yml, engines.yml, locales.yml are loaded directly into doi, engines, locales (not more prefix)
    some bug fixes on oa_doi_rewrite
    dalf committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    53c1398 View commit details
    Browse the repository at this point in the history