Skip to main content

Documentation Index

Fetch the complete documentation index at: https://upstash.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

This section provides complete, real-world examples demonstrating how to use Redis Search in common application scenarios. Each recipe includes schema design, sample data, and query patterns you can adapt for your own use cases.

Available Recipes

RecipeDescriptionKey Features
E-commerce SearchBuild a product catalog with filters, faceted search, and typo toleranceFuzzy matching, range filters, boosting, sorting
Blog SearchFull-text article search with highlighted snippetsPhrase matching, date ranges, highlighting, smart matching
User DirectorySearchable employee directory with autocompleteAutocomplete, nested fields, exact matching, boolean filters

Choosing the Right Approach

These recipes demonstrate different patterns:
  • E-commerce: Optimized for filtering and faceted navigation with typo-tolerant search
  • Blog Search: Optimized for content discovery with relevance ranking and visual feedback
  • User Directory: Optimized for quick lookups with autocomplete and exact matching