You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
since `q` is the url parameter of the search string, it's better to not have local variables called `q` which represent the whole query.
also, where possible, make local variables of the search string be "searchStr/searchAll" instead of "q/all" to make the difference b/t variables and current query parameters more obvious
0 commit comments