WeblateOrg / WeblateOrg/weblate
Highlight search match in results
Open
enhancement
Waiting for: Implementation
- Dominant language
- Python
- Stars
- 6.1k
- Forks
- 1.4k
- Avg merge
- 9h 53m
- Merged PRs (30d)
- 395
Description
It is difficult to spot matching words in case string is too long, so the matched phrase should be highlighted.
* Right now only full search phrase is highlighted even though it is searched by words.
* The highlighter does not understand the search syntax, so it looks for `source:literal` in all strings instead of looking for `literal` in the source string.
Contributor guide
Assessment
This issue has not been assessed yet.