heliosphere-xiv / plugin

Dalamud plugin for downloading and managing mods from Heliosphere
European Union Public License 1.2
13 stars 1 forks source link

[Website] Order criteria changes search results #1

Closed WiseDragoon closed 1 year ago

WiseDragoon commented 1 year ago

This is a bug with the website so I'm not sure if I should be reporting it in the plugin repo... but I don't see a website repo. Basically changing the order criteria is changing the amounts of results I get when searching. Easy example: https://heliosphere.app/search?name=yet+another -> shows 8 pages of results (64 mods) https://heliosphere.app/search?name=yet+another&ordering=UPDATED_AT -> shows only 1 page (2 mods) https://heliosphere.app/search?name=yet+another&ordering=CREATED_AT -> same as before https://heliosphere.app/search?name=yet+another&ordering=DOWNLOADS -> shows 1 page (9 mods)

At first I thought it was because of filtering null values but I checked a few of the mods that don't show up when ordering and they do have all the values... so maybe it's a problem with the URL parameter parsing?

anna-is-cute commented 1 year ago

Known, report issues for website in discord, not here.