Skip to content

feat: add hybrid search operators for text/keyword filtering#11

Open
fall-development-rob wants to merge 1 commit into
mainfrom
feat/hybrid-search-operators
Open

feat: add hybrid search operators for text/keyword filtering#11
fall-development-rob wants to merge 1 commit into
mainfrom
feat/hybrid-search-operators

Conversation

@fall-development-rob
Copy link
Copy Markdown
Collaborator

Implement missing filter operators for hybrid vector + keyword search:

  • $nin (not in) - exclude values from a list
  • $contains - check array/string containment
  • $exists - verify field existence
  • $text_match/$text/$match - case-insensitive multi-word search
  • $regex - regex pattern matching

Add regex crate dependency for pattern matching support.

🤖 Generated with Claude Code

Implement missing filter operators for hybrid vector + keyword search:
- $nin (not in) - exclude values from a list
- $contains - check array/string containment
- $exists - verify field existence
- $text_match/$text/$match - case-insensitive multi-word search
- $regex - regex pattern matching

Add regex crate dependency for pattern matching support.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@fall-development-rob fall-development-rob self-assigned this Dec 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant