LibreY icon indicating copy to clipboard operation
LibreY copied to clipboard

[Bug] Data sanitation issue for `p` parameter, maybe others

Open OdinVex opened this issue 10 months ago • 2 comments

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.

OdinVex avatar Apr 25 '25 19:04 OdinVex

I don't understand what you mean? What is the issue exactly? /genuine question

Ahwxorg avatar May 09 '25 11:05 Ahwxorg

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.)

OdinVex avatar May 09 '25 17:05 OdinVex