diff options
author | Noémi Ványi <sitbackandwait@gmail.com> | 2021-03-13 20:27:47 +0100 |
---|---|---|
committer | Noémi Ványi <sitbackandwait@gmail.com> | 2021-03-13 21:18:09 +0100 |
commit | ff527e268170852563830bf5b29a65515a98d2bb (patch) | |
tree | 224dcdd2baab7e640eb3c5c76ee7dc21dcbc16ba /Makefile | |
parent | 9292571304376c2c463fb26ee0db89298bb00e6c (diff) | |
download | searxng-ff527e268170852563830bf5b29a65515a98d2bb.tar.gz searxng-ff527e268170852563830bf5b29a65515a98d2bb.zip |
Add Solr engine
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -192,6 +192,7 @@ PYLINT_FILES=\ searx/engines/google_images.py \ searx/engines/mediathekviewweb.py \ searx/engines/solidtorrents.py \ + searx/engines/solr.py \ searx/engines/google_scholar.py \ searx/engines/yahoo_news.py \ searx/engines/apkmirror.py \ |