lsegal / yard

YARD is a Ruby Documentation tool. The Y stands for "Yay!"
http://yardoc.org
MIT License
1.95k stars 398 forks source link

Question: any way to improve sort ordering of the class search? #1461

Closed machty closed 2 months ago

machty commented 2 years ago

I have a Purchase class, and it'd be nice if searching "Purchase" would surface exact matches to the top... is there any way to configure this ordering? This seems like something that must be trolling other people... am I missing some obvious API to get around this?

image
lsegal commented 1 year ago

A pull request would be accepted to improve search ordering in the frontend.