[feat] Indicate search results were hidden by the wordfilter #271
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#271
Loading…
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?