Improve the relevance of search at docs.opencv.org (Feature #2571)
Description
The http://docs.opencv.org site search has weird search. If you search for "Mat" the wanted response would be at ~20th position (which is bad). Maybe we could hack around the ranking at least for exact matches.
Associated revisions
Merge pull request #2571 from MartinChodakowski:fix-old-python-doc-typos
History
Updated by Kirill Kornyakov over 12 years ago
Nice proposal, but it is unclear how much will it take to change the searching/sorting method. AFAIK we now observe the default Sphinx behaviour, and we are not going to hack it in a near future. Search is also working [almost] OK for most of functions, while search output is noisy for data structures.
So, I would set Low priority, unless we have a volunteer to work on it. Anybody?
- Assignee deleted (
Vsevolod Glumov) - Priority changed from Normal to Low
- Tracker changed from Bug to Feature
- Subject changed from Documentation search to Improve the relevance of search at docs.opencv.org
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4454