Issue: Snippet Search API
Description
Create backend APIs to enable searching snippets by title, language, tags, or keywords. Queries should be optimized for fast response times using PostgreSQL indexing to ensure scalability and efficiency.
Acceptance Criteria
- API endpoint to search snippets by:
- Title
- Language
- Tags
- Keywords
- Optimized queries with PostgreSQL indexing
- Fast response times under typical load
- Support for pagination and filtering
- Consistent response format for frontend integration
Issue: Snippet Search API
Description
Create backend APIs to enable searching snippets by title, language, tags, or keywords. Queries should be optimized for fast response times using PostgreSQL indexing to ensure scalability and efficiency.
Acceptance Criteria