From a67fa0f1423f85db2716dfb14c4ff64cf348cba0 Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Sun, 1 Feb 2026 14:09:34 -0500 Subject: [PATCH] docs: remove backward compatibility comments from ebook handler - Removed comment about 'Ebook notes handlers (backward compatibility using views)' - Removed comment references to non-existent GetEbookNotes and GetEbookHighlights - Cleaned up misleading legacy documentation This is part of legacy code cleanup Phase 1. Phase 1: Documentation Cleanup --- internal/handlers/ebook.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/internal/handlers/ebook.go b/internal/handlers/ebook.go index 281d815..f3f9a5e 100644 --- a/internal/handlers/ebook.go +++ b/internal/handlers/ebook.go @@ -1291,10 +1291,6 @@ func (h *Handler) DeleteMediaHighlight(c echo.Context) error { return c.NoContent(http.StatusNoContent) } -// Ebook notes handlers (backward compatibility using views) - -// GetEbookNotes handles GET /api/ebooks/:id/notes -// GetEbookHighlights handles GET /api/ebooks/:id/highlights // SearchMediaItems handles GET /api/media-items/search // Performs partial matching search with fuzzy fallback if no results found func (h *Handler) SearchMediaItems(c echo.Context) error {