Can we support ranking via the old search nodes/edges apis
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 642
- Forks
- 70
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 21
Description
filter_expr = filter.Node.property("p1").contains("pometry")
graph.search_nodes(filter_expr) returns nodes that match filter_expr
which order should be returned based on some ranking.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the old graph.search_nodes(filter_expr) API and the related nodes/edges search behavior. The issue points to TF-IDF-style ranking but does not define the ranking contract, ordering, or acceptance criteria. Done would require an agreed ranking design and matching behavior for the affected search APIs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases, search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100