-
Notifications
You must be signed in to change notification settings - Fork 154
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
On Windows 11, after creating a new document, previously created documents with valid title and permalink become inaccessible, returning # Note Not Found errors or empty results ({"results": [], ...}). The issue occurs even when metadata matches exactly.
Steps To Reproduce
-
Create initial document
- Verify immediate access
-
Perform other tasks (e.g., edit files, create temporary content).
-
Create a new document
-
Re-access the first document: Faild
Expected Behavior
The original document (project-docs/project-structure) should remain accessible after creating new documents.
Actual Behavior
- Error message:
# Note Not Found: "project-docs/project-structure" - Empty search results when querying the permalink/title:
{"results": [], "current_page": 1, "page_size": 10}
Environment
- OS: Windows 11
- Cursor Version:
0.48.8 - Installation method:
uv
Additional Context
-
Document metadata :
title: ProjectStructure type: note permalink: project-docs/project-structure
-
File system check:
Confirm the physical file exists at:<project-root>/notes/project-docs/project-structure.md
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working