nextcloud / nextcloud/server

Wording issues in placeholder of web search

Open
#28,746 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop design enhancement feature: search
Dominant language
PHP
Stars
36.9k
Forks
5.2k
Avg merge
2d 3h
Merged PRs (30d)
713

Description

Some issues in the placeholder of the web search:

  • "messages" is mentioned twice, is this because it comes once from Mail and once from Talk? @ChristophWurst @nickvergessen (but Mail also puts in "mails" so I guess not)
  • Talk takes 2 spots with both "messages" and "conversations" – let’s only mention one so the other apps get space too ;) @nickvergessen
  • "apps" comes first even though it’s the least important one
  • Normal words which are not app names are capitalized
    web search hint

Let’s instead:

  • Sort it, with the currently open app always in front
  • Write sentence case
  • Put "apps" at the end

So for example, in Files it would be:

Search files, messages, mails, contacts, events, settings, apps, …

And in Mail it would ideally instead move "mails" to the front:

Search mails, files, messages, contacts, events, settings, apps, …

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named; start by locating the web search placeholder entry point in the frontend. Check the current app and search-term ordering, then verify that the active app comes first, wording uses sentence case, duplicate Talk terms are removed, and apps appears last as shown in the issue examples.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend, search
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.