- Add GET /api/media-items/search endpoint - Try partial matching first (ILIKE with wildcards) - Fallback to fuzzy search if no results found - Return 404 with 'no results found' when no matches - Limit results to 50 items by default - Supports search across title, author, series, tags, contributors - Respects library visibility settings per user