The Query sent to Loklak Server for Twitter Query is not URL Encoded, causing issue in Response from it.
When using Hashtags for Search on Web Interface, it gives 404 Error, as the GET Request is missing the Query : http://localhost:7001/api/v1/search/google?query=
Expected behavior:
The query-server should return the result for Hashtag Search.
I'm submitting a ...
Current behavior:
http://localhost:7001/api/v1/search/google?query=
Expected behavior: The query-server should return the result for Hashtag Search.