Skip to content

Commit ba8e376

Browse files
authored
Merge pull request #483 from ror-community/single-search-marple-implementation
Adding single search
2 parents 65a6dc3 + fdaac4a commit ba8e376

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

rorapi/common/matching_single_search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ def choose_candidate(rescored):
244244
def match_by_query(text, query, countries):
245245
"""Match affiliation text using specific ES query."""
246246
scored_candidates = []
247+
scored_candidates_to_return = []
247248
chosen_candidate = None
248249
chosen_true = None
249250
results = query.execute()

0 commit comments

Comments
 (0)