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
In the search tab, I am unable to look for a hashtag. The app seems to be handling it since the hashtag is displayed in the URL (e.g. http:///url/search/#hashtag) but the '#' character is not encoded into URL friendly characters (something like http://url/search/%23hashtag). Because of this, I can not access the search results.
My javascript is a little rusty but it does not seem to be a lot a work. If it is OK with you I will try to fix this. As soon as I do I will submit a pull request.
Cheers !
The text was updated successfully, but these errors were encountered:
Hi,
In the search tab, I am unable to look for a hashtag. The app seems to be handling it since the hashtag is displayed in the URL (e.g. http:///url/search/#hashtag) but the '#' character is not encoded into URL friendly characters (something like http://url/search/%23hashtag). Because of this, I can not access the search results.
My javascript is a little rusty but it does not seem to be a lot a work. If it is OK with you I will try to fix this. As soon as I do I will submit a pull request.
Cheers !
The text was updated successfully, but these errors were encountered: