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
Queries like mimetype:text/plain yield requests like GET /api/query/mimetype%3Atext%2Fplain which return main page instead of proper search results.
AFAIR the only proper way to fix that is to switch to query parameters, like ?q=mimetype%3Atext%2Fplain. (I'm not going to send any pull requests though because that would require changes on the front-end side as well, and I don't want to spend a lot of time diving into the npm ecosystem, sorry.)
The text was updated successfully, but these errors were encountered:
Queries like
mimetype:text/plain
yield requests likeGET /api/query/mimetype%3Atext%2Fplain
which return main page instead of proper search results.AFAIR the only proper way to fix that is to switch to query parameters, like
?q=mimetype%3Atext%2Fplain
. (I'm not going to send any pull requests though because that would require changes on the front-end side as well, and I don't want to spend a lot of time diving into the npm ecosystem, sorry.)The text was updated successfully, but these errors were encountered: