[Bug] Data sanitation issue for `p` parameter, maybe others
I haven't bothered checking others but there's possibly a data sanitation issue for parameter p, you can turn it into a decimal (tested with DuckDuckGo backend selected). Just specify 1.0 in the query for p. Edit: Sometimes it'll switch to decimals no matter what, so it could be parameter sanitation or just an issue with the text DDG backend.
I don't understand what you mean? What is the issue exactly? /genuine question
I don't understand what you mean? What is the issue exactly? /genuine question
You can cause LibreY to sometimes print out page indexes as '1.0', '2.0', '3.0' by feeding p a double/float instead of an int due to lack of sanitation. (The "page numbers" as the bottom will become decimals.)