sorting of search results
- Dominant language
- No language data
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
from Enrique's original ticket #173
> Adding fields: The search bar is a bit weird. Writing "growth medium" does pull up the result, but is way below, being an exact match I would expect for it to be at least the first entry?
# Analysis
If we had used Mongo's text index we could have added weights to certain fields, but since we are using homegrown search we need an alternative.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue provides no file, test, or entry point for the search implementation. Start by locating the homegrown search code and its existing result-ordering tests, then clarify the desired ranking behavior and how an exact match should be verified before implementation.
Written by the indexing model from the issue text.
Assessment
- Domain
- search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100