Page 1 of 1

Search filters are not applied correctly

Posted: Fri Mar 19, 2021 12:54 pm
by bragov4ik
When using advanced search and selecting multiple filters at once (for example any single tag, eos type, and rating threshold) only the tag filter is applied. As far as I see, the problem is in generated url for the query: instead of ampersands (&) it inserts (&). For example, the url becomes "

Code: Select all

https://milovana.com/webteases/?tags=anal&type=4&threshold=3.5
" instead of

Code: Select all

https://milovana.com/webteases/?tags=anal&type=4&threshold=3.5
(notice, that the second url works properly).

Another bug occurs when selecting multiple tags. Instead of specifying query parameters as in previous example, it inserts page anchor for some reason (e.g.

Code: Select all

https://milovana.com/webteases/#tags=anal%2Cchastity
).

Can you fix this please? :)

Re: Search filters are not applied correctly

Posted: Fri Mar 19, 2021 12:58 pm
by bragov4ik
Browser is Chrome 89.0.4389.90 on Android 10 by the way