Skip to content

Commit

Permalink
Changed min search text length
Browse files Browse the repository at this point in the history
  • Loading branch information
konifar committed Jul 16, 2015
1 parent 504c6fb commit ac2c955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/kotoha.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ atwhoOptions =
match[2]

remote_filter: (query, callback) ->
return unless query || query.length < 3
return unless query || query.length < 4
kind = query[0].toLowerCase()
query = query.slice(1)
if kind is "k"
Expand Down

0 comments on commit ac2c955

Please sign in to comment.