We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7b253 commit c7ba938Copy full SHA for c7ba938
lib/absinthe/utils/suggestion.ex
@@ -1,5 +1,5 @@
1
defmodule Absinthe.Utils.Suggestion do
2
- @jaro_threshold 0.60
+ @jaro_threshold 0.68
3
4
@doc """
5
Sort a list of suggestions by Jaro distance to a target string,
0 commit comments