Moin
24 juli 2025 om 10:16
1
When filtering with the topic filter fails it’s very difficult to get back to /filter to try filtering for different criteria because the link in the sidebar remembers what you filtered last.
I know filters are in general quite sticky (How do I remove the user filter at the groups page? ), but in those cases you do not only get an error.
4 likes
chapoi
(Charlie)
1 augustus 2025 om 15:09
2
I can repro this @sam Need a hard reload to access the page again.
Also no idea why it fails tho.
1 like
Seems to fail when you combine created-by
and views-
specifically
I get a little more detail in logs locally: column reference "views" is ambiguous
This seems to fix it
main
← fix-filter-views
opened 05:12PM - 01 Aug 25 UTC
When using a filter like...
`created_by:foo views-min:2`
<img width="1280… " height="674" alt="image" src="https://github.com/user-attachments/assets/cd578481-24c5-48e8-b1c2-114038b2f4e8" />
...I get a 500 error every time. The error is `column reference "views" is ambiguous`
This fixes it.
<img width="1872" height="398" alt="image" src="https://github.com/user-attachments/assets/a37f6fe7-ca8b-47b0-bcba-eea0a557c1cb" />
(still hard to escape the error state when it happens tho)
4 likes
sam
(Sam Saffron)
21 augustus 2025 om 02:18
4
I think this is generally fine cause 500s are not something we should ever leave in the app anyway.