nextcloud / nextcloud/collectives
Allow to filter pages by mentioned user
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 195
- Forks
- 51
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 48
Description
Is your feature request related to a problem? Please describe.
Currently it's not possible to search for pages where I have been mentioned. In order to get a quick overview of pages where I got mentioned (e.g. because tasks got assigned to me in meeting notes) it would be helpful to do that.
Unfortunately even full-text search currently doesn't find pages where the username is mentioned.
Describe the solution you'd like
We should allow to search and filter for pages where my user got mentioned.
In the page list filter field, typing @... should offer the possibility to filter by mentioned user and offer my own user first, other members of the collective next.
Describe alternatives you've considered
We probably need support for searching by mentioned user in the full text search implementation. So this should probably be a follow-up of #2118.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the page list filter field and the full-text search implementation, using issue #2118 for context. Check how @-mentions and collective members are currently represented and searched. Done means @... offers the current user first and other members next, and matching mentioned-user pages appear in the filter and full-text search.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100