nextcloud / nextcloud/notes

Notes search is very slow via global search

Open
#966 2 comments 3 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug need to reproduce performance 🚀
Dominant language
JavaScript
Stars
738
Forks
162
Avg merge
6h 2m
Merged PRs (30d)
35

Description

Steps to reproduce

  1. Open Nextcoud web interface
  2. Click on the notes icon to open the notes app
  3. Click on the search icon
  4. Search for a note title
Actual behaviour

Search is annoyingly slow - many seconds, and worst: "Notes" results are shown last

Expected behaviour

Valid notes search results should be shown immediately similar to e.g. the Android app

Two possible solutions come to mind:

  1. Offer a notes-specific search (additional to global search)
  2. Fix the global search. E.g. make the app-specific search context aware. When I'm in the notes app, search for notes first, than search other apps like files etc.

Server

Please complete the following information.

Notes app version: 4.6.0
Nextcloud version: 25.0.2

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

Reproduce the delay through the Nextcloud web interface using the listed steps, with Notes app 4.6.0 and Nextcloud 25.0.2. Trace the global-search path used from the Notes app; done means valid note results appear promptly and are not deferred behind results from other apps, with the chosen approach confirmed by maintainers.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
search
Issue type
Bug
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.