[feat] Indicate search results were hidden by the wordfilter #271
Labels
No labels
a11y
Bug
Bug fix
cannot reproduce
CSS
Documentation
enhancement
Feature
Feature request
Held for next release cycle
Minor change
performance
priority: critical
priority: high
priority: low
priority: medium
priority: patch welcome
regression
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AkkomaGang/akkoma-fe#271
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The idea
When a user searches for a post, and one is found but hidden by their wordfilter, give some indication that this is happening.
Suggestion: add a message to the detail pane saying "Results are hidden due to filter preferences"
The reasoning
When a search returns a post that is hidden by the wordfilter, the following happens:
This is confusing.
It wasn't until I saw the header showing there were results and opened the dev tools to see that the search request was returning the post that I realised what was happening. Prior to this, I'd assumed there was some bug, or federation problem.
I think this improvement would give a clear indication that, in the case of intentionally searching for a post, the instance does actually have it, but that it was the user's preferences that caused it not to be accessible.
Have you searched for this feature request?
This already happens (now at least; idk if it already did when this was filed), though I think there’s a config option to fully remove rather than just hide filtered posts in which case not showing anything is expected