Group Leader
- Joined
- Jan 19, 2018
- Messages
- 546
TL;DR: Mangadex cannot understand something like
as a valid search because of the + sign.
So I always have a habit of creating custom search engines for websites I use frequently and Mangadex is no exception, however I've run into an issue on Firefox that completely breaks the search function on this site.
Note: I'm aware Firefox doesn't natively support adding custom search engines but it is still possible to add them via add-ons like this one which is what I and many others do and they work fine, so this issue isn't related to how the search engine is being created, but rather how Firefox itself creates a search query.
Firefox always converts spaces in search queries to + symbols, so whenever I search something on mangadex via my URL bar that has a space in it that space turns into a + sign.
Example: if I search
it'll turn into
Unfortunately mangadex doesn't handle this type of query properly and assumes the + is part of the title, meaning if I search for something like "One Piece" using this method it will tell me it didn't find anything because it's reading my search query literally as "One+Piece"
This is not an issue in Chrome because spaces in search queries get turned into %20 instead and mangadex does parse that correctly, but it'd be great if you could add custom engine support for people who use Firefox, even if they're not the majority, because as it stands Mangadex cannot be used as a search engine in Firefox and that's a big bummer.
If there is already an existing workaround for this problem I'd be all ears.
Thank you for reading.
Code:
https://mangadex.org/quick_search/One+Piece
So I always have a habit of creating custom search engines for websites I use frequently and Mangadex is no exception, however I've run into an issue on Firefox that completely breaks the search function on this site.
Note: I'm aware Firefox doesn't natively support adding custom search engines but it is still possible to add them via add-ons like this one which is what I and many others do and they work fine, so this issue isn't related to how the search engine is being created, but rather how Firefox itself creates a search query.
Firefox always converts spaces in search queries to + symbols, so whenever I search something on mangadex via my URL bar that has a space in it that space turns into a + sign.
Example: if I search
Code:
One Piece
Code:
One+Piece
Unfortunately mangadex doesn't handle this type of query properly and assumes the + is part of the title, meaning if I search for something like "One Piece" using this method it will tell me it didn't find anything because it's reading my search query literally as "One+Piece"
This is not an issue in Chrome because spaces in search queries get turned into %20 instead and mangadex does parse that correctly, but it'd be great if you could add custom engine support for people who use Firefox, even if they're not the majority, because as it stands Mangadex cannot be used as a search engine in Firefox and that's a big bummer.
If there is already an existing workaround for this problem I'd be all ears.
Thank you for reading.