Skip to content

Commit

Permalink
Lower jaro_distance slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjos committed Jun 14, 2024
1 parent ec7b253 commit c7ba938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/absinthe/utils/suggestion.ex
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Absinthe.Utils.Suggestion do
@jaro_threshold 0.60
@jaro_threshold 0.68

@doc """
Sort a list of suggestions by Jaro distance to a target string,
Expand Down

0 comments on commit c7ba938

Please sign in to comment.