-
-
Notifications
You must be signed in to change notification settings - Fork 338
Open
Description
RomM version
4.6.1
Describe the bug
The metadata button on the rom page redirect to search but it set wrong query parameters.
The search page is accept parameters in plural but the redirect is singular.
For example, link for regions is redirect to ?region=<REGION> but it should be ?regions=<REGION>
To Reproduce
Steps to reproduce the behavior:
- Go to ROM page
- Click on one of the genres
- It redirects to
https://<HOST>/search?genre=<GENRE> - It show empty result
Expected behavior
The URL should be https://<HOST>/search?genres=<GENRE>
(genres instead of genre)
Screenshots
If applicable, add screenshots to help explain your problem.
Server (please complete the following information):
- OS: Docker
- Version [e.g. 22]
Client (please complete the following information):
- Device: PC
- OS: Windows 11
- Browser Firefox
- Version 147.0.2 (64-bit)
Additional context
Add any other context about the problem here.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels