feat(api): add Search API with type filtering
Implement GET /api/v1/search endpoint that searches both links and
quotes. Supports type filtering (links, quotes, or both), pagination
with limit/offset, and validates minimum query length of 4 characters.
Also adds SearchQuotes method to the Store interface and GormStore
implementation to support quote searching.