docs: Update terminology from 'hybrid queries' to 'complex filtering'#472
docs: Update terminology from 'hybrid queries' to 'complex filtering'#472tylerhutcherson merged 3 commits intomainfrom
Conversation
- Renamed 02_hybrid_queries.ipynb to 02_complex_filtering.ipynb - Updated README.md to use 'complex filtering' terminology - Updated docs/user_guide/index.md table of contents - Updated notebook content to reflect new terminology - Note: HybridQuery and AggregateHybridQuery classes remain unchanged as they refer to the FT.HYBRID command which combines text and vector search
There was a problem hiding this comment.
Pull request overview
This PR updates documentation terminology to clearly distinguish between "complex filtering" (combining multiple filter types like tag, numeric, geo, and text) and "hybrid search" (the FT.HYBRID command that combines text and vector search). This improves clarity by reserving "hybrid search" for the specific Redis functionality introduced in Redis 8.4.0.
Changes:
- Renamed documentation file from
02_hybrid_queries.ipynbto02_complex_filtering.ipynbto reflect the new terminology - Updated all documentation references from "hybrid queries" to "complex filtering" across README.md, user guide index, and notebook content
- Preserved the correct naming of HybridQuery/AggregateHybridQuery classes which properly refer to the FT.HYBRID command
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/user_guide/index.md | Updated table of contents to reference 02_complex_filtering instead of 02_hybrid_queries |
| docs/user_guide/02_complex_filtering.ipynb | Updated notebook heading and description from "Hybrid Queries" to "Complex Filtering" with clearer explanation |
| README.md | Updated feature table, workload descriptions, and documentation links to use "complex filtering" terminology |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@claude Can you also make sure the README has Hybrid Search and Complex Filtering separated in the list of links? |
|
Claude finished @tylerhutcherson's task —— View job I'll help ensure the README properly separates Hybrid Search and Complex Filtering in the links section. Todo List
Changes MadeI successfully updated the README to properly separate Hybrid Search and Complex Filtering:
This properly distinguishes between:
Note: The commit was created locally but the push failed due to GitHub Actions permissions. You'll need to manually push the changes or grant the appropriate permissions. |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
This PR updates the documentation terminology to distinguish between:
Changes
docs/user_guide/02_hybrid_queries.ipynbtodocs/user_guide/02_complex_filtering.ipynbdocs/user_guide/index.mdtable of contentsNotes
HybridQueryandAggregateHybridQueryclasses remain unchanged as they correctly refer to the FT.HYBRID command which combines text and vector search11_advanced_queries.ipynbnotebook correctly documents hybrid search using the FT.HYBRID commandTesting
Pull Request opened by Augment Code with guidance from the PR author