opensource-ny / OpenSource-NY

MIT License
10 stars 14 forks source link

Typing in just username in search bar returns old result #86

Open yizongk opened 4 years ago

yizongk commented 4 years ago

The input format is git_username/repo_name

typing in 'git_username/' should show no results, but it does in some cases.

To reproduce. Type in 'opensource-ny/OpenSource-NY' then clear the input, and type 'opensource-ny/' Now it shows the list that was from Typing in 'opensource-ny/OpenSource-NY'

This is the wrong output. It should output nothing!

Possible solution: Make the api call to github after a character is entered after '/'