Skip to content
Snippets Groups Projects
Commit d465a872 authored by Felipe Bombardelli's avatar Felipe Bombardelli
Browse files

Fixed bug with upcase char

parent ea7fe02b
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,6 @@ class AutocompleteService
end
def query(query)
return open( "#{@url}:#{@port}?q=#{query}" ).read
return open( "#{@url}:#{@port}?q=#{query.downcase}" ).read
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment