Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
searx-engine
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
searx-engine
Commits
829d4793
Unverified
Commit
829d4793
authored
Apr 21, 2018
by
Adam Tauber
Committed by
GitHub
Apr 21, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1277 from kvch/fix-findx-engine
Fix findx engine
parents
e6aaf208
25b48143
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
findx.py
searx/engines/findx.py
+1
-1
No files found.
searx/engines/findx.py
View file @
829d4793
...
...
@@ -49,7 +49,7 @@ def response(resp):
results_json
=
loads
(
extract_text
(
results_raw_json
))
if
len
(
results_json
[
'web'
][
'results'
])
>
0
:
return
_general_results
(
results_json
[
'web'
][
'results'
])
return
_general_results
(
results_json
[
'web'
][
'results'
]
[
'webSearch'
][
'results'
]
)
if
len
(
results_json
[
'images'
][
'results'
])
>
0
:
return
_images_results
(
results_json
[
'images'
][
'results'
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment