Minor - highlighting doesn't work when the match is stemmed
Open
enhancement
Search
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 62
- Avg merge
- 24m
- Merged PRs (30d)
- 1
Description
If you search for Smiths' and get a hit on Smith, no highlighting will take place.
Ideally, all of the common letters between the query and the hit would be highlighted.
Examples:
Searching for AB highlights A.B.
Searching for AB highlights A-B
Searching for A B highlights A-B
stemmed queries highlight their non-stemmed matches
loading and loaded should result in highlighting of load in results
others include / . - ' , ; : and round brackets and many more...

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.