Integrate hero_index_server for full-text search #18
Labels
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference
coopcloud_code/projectmycelium_marketplace#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Currently, hero_osis
.find()only supports exact-match filtering with client-side fallback (list all + fetch each + filter). This is inefficient and does not support full-text search.hero_index_serverprovides Tantivy-based full-text search indexing that can be integrated to enable fast, relevance-ranked search across all marketplace content.Hero Component
hero_index_serverlhumina_code/hero_index_server/Implementation Plan
hero_index_serverto Docker Compose stackAcceptance Criteria
Dependencies
archived repo, closing