Sometimes when I select a string and search using my browser’s right-click menu, the search string includes a percent-encoded newline: %0A
This consistently generates a 400 from Mojeek. For example:
https://www.mojeek.com/search?q=Lake+Pend+Oreille%0A
Most other search engines can handle this character. Can Mojeek strip this out and perform a search with the remaining characters?