Skip to content

Commit

Permalink
Binding espt_search in proper scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Nov 26, 2024
1 parent 91c7744 commit 7de63d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/morphodict/search/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def search(
initial_query_terms = search_query.query_terms[:]

# If we need to do english simple phrase search
espt_search = None
if (search_query.espt or inflect_english_phrases) and (
len(initial_query_terms) > 1
):
Expand Down

0 comments on commit 7de63d5

Please sign in to comment.