Tag casing is not matched in new tag view #3495
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: api
Related to the Django API
🧱 stack: frontend
Related to the Nuxt frontend
Milestone
Description
In the new tag page view, it appears that casing is ignored when clicking on a tag. For media that has tags with casing in it (e.g.
This Is An Example
), clicking on the tag will bring you to a page which doesn't have the previous result on it.We'll likely need to modify the search logic on the API end in order to address this.
Reproduction
additional_search_views
Additional context
Related to #410
The text was updated successfully, but these errors were encountered: