nextcloud / nextcloud/notes

Note content window not updating after deleting item from search result

Open
#1,719 1 comment 0 reactions 1 assignee View on GitHub

@JuliaKirschenheuter is already working on this.

Since Mar 9, 2026.

1. to develop bug
Dominant language
JavaScript
Stars
738
Forks
162
Avg merge
6h 2m
Merged PRs (30d)
35

Description

Steps to reproduce

  1. Open notes app
  2. Make sure multiple notes exist e.g. 6 notes
  3. Search for a note and make sure you have at least 3 hits
  4. Open one note from search results
  5. Delete one note
  6. Click another note from search result
Expected behaviour

A user is able to search and delete notes from search results without content getting stuck.

Actual behaviour

When a user is searching for notes and deletes one of the search result items then the note content is stuck displaying the content from last selected note. This means that no matter what note from search result you open, the content will stay the same. Only a refresh of the webpage can clear the situation.

Screenshots

If applicable, add screenshots to help explain your problem.

Server

Please complete the following information.

  • Notes app version: 4.12.4
  • Nextcloud version: 31.0.13
  • OS: Debian
  • Web server: nginx
  • PHP version: 8.3.30
  • Database: mariadb 11.4.8

Nextcloud configuration:

``` If you have access to your command line run e.g.: sudo -u www-data php occ config:list system from within your Nextcloud installation folder ```

Client

Please complete the following information.

  • Browser (incl. version):
  • OS:

Log files

Add relevant parts of your nextcloud.log and/or your browser's JavaScript console here.

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.