Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI committed Oct 4, 2024
1 parent 4b7b319 commit 0b8ffa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/elastic/queries/person.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def search_person(
# Prénoms
prenoms_person = search_params.dict().get(param_prenom, None)
if prenoms_person:
# Remove stop words from the name
# Remove stop words
prenoms_person_filtered = remove_stop_words(prenoms_person)
# Same logic as "nom" is used for "prenoms"
for prenom in prenoms_person_filtered.split(" "):
Expand Down

0 comments on commit 0b8ffa6

Please sign in to comment.