3648d478f1
Previously, an empty query string to nc_notes_search_notes would return zero results due to an early return when no query tokens were present. This was counterintuitive - users expect an empty query to list all notes, not return nothing. Changes: - Modified NotesSearchController.search_notes() to return all notes when query is empty - Added documentation to clarify this behavior - Empty query results have _score: None (no relevance scoring) - Non-empty query results continue to have relevance scores Fixes behavior where listing all notes was impossible via the search tool. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>