Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ChEMBL
C
ChEMBL
Main Web Interface
Elasticsearch Proxy API
Commits
70ab0dc9
Commit
70ab0dc9
authored
Sep 27, 2021
by
David Mendez
Browse files
Fixt typo
parent
82507be8
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/eubopen/search/suggestions/suggestions.py
app/eubopen/search/suggestions/suggestions.py
+2
-2
No files found.
app/eubopen/search/suggestions/suggestions.py
View file @
70ab0dc9
...
...
@@ -15,8 +15,8 @@ def get_suggestions_for_term(term):
entity_suggestions
=
{}
for
entity_key
,
entity_config
in
autocomplete_config
.
items
():
entity_
suggestions
=
get_suggestions
(
term
,
entity_config
)
entity_suggestions
[
entity_key
]
=
entity_
suggestions
suggestions
=
get_suggestions
(
term
,
entity_config
)
entity_suggestions
[
entity_key
]
=
suggestions
return
{
'entity_suggestions'
:
entity_suggestions
,
...
...
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