Update name of function search_notes in error output (#92)

Signed-off-by: Amadeusz Wieczorek <git@amadeusw.com>
This commit is contained in:
Amadeusz Wieczorek
2025-04-14 09:06:15 -07:00
committed by GitHub
parent 9433065a57
commit 54dfa08aba
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -111,7 +111,7 @@ def format_not_found_message(identifier: str) -> str:
## Search Instead
Try searching for related content:
```
search(query="{identifier}")
search_notes(query="{identifier}")
```
## Recent Activity
@@ -172,7 +172,7 @@ def format_related_results(identifier: str, results) -> str:
## Search For More Results
To see more related content:
```
search(query="{identifier}")
search_notes(query="{identifier}")
```
## Create New Note