Open Shivanandroy opened 3 years ago
@Shivanandroy Sorry I just noticed your question. In the current implementation, when it reaches a word in the graph, the word has a higher score than a word it has not reached yet. Maybe I should modify it so when it gets close to a word in the graph, it puts it up high in the results and removes the previous word from the results.
Came across this convention while using this library for a corporate coding quiz interview. I'll take a swing at changing the default behavior.
Describe the bug Hi, Can you help me understand this behavior?
To Reproduce
and now when I search, I get this result:
Isn't "xcode version" should be first suggestion?
Expected behavior I was expecting "xcode version" to be the first suggestion.
And if that is an expected behavior, how do I get the desired result? Any idea?