-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Project
vgrep
Description
In search.rs line 23-34, the SearchEngine::new function takes _use_reranker as a parameter but explicitly ignores it with an underscore prefix and a comment. This is misleading since the parameter exists but does nothing.
Error Message
Debug Logs
System Information
OS: Any
Rust Version: 1.75+Screenshots
No response
Steps to Reproduce
- Configure vgrep with use_reranker=true
- Perform searches
- Observe that reranking doesn't occur
Expected Behavior
Either implement reranking or remove the parameter/document its non-functional status clearly
Actual Behavior
Parameter is silently ignored, misleading users who configure it
Additional Context
No response