aitjcize / cppman

C++ 98/11/14 manual pages for Linux/MacOS
GNU General Public License v3.0
1.27k stars 79 forks source link

Prioritize exact matches in search results #151

Closed glenvt18 closed 1 year ago

glenvt18 commented 1 year ago

This fixes 'string (2)' vs 'std::to_string(2)' issue (std:: has a higher priority). To reproduce run:

cppman 'string (2)'
aitjcize commented 1 year ago

lgtm, thanks!