You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to change it so that if one types an exact class name, the class of that name is first on the list? This would make it easier to use the search feature. More generally, the prioritization of these results is surprising.
If you search for "String" on https://docs.ruby-lang.org/en/3.3/ the first four results returned are obscure:
Gem::SafeMarshal::Elements::String
Prism::StringFlags
Prism::StringNode
Reline::Terminfo::StringWithTiparm
String
Would it be possible to change it so that if one types an exact class name, the class of that name is first on the list? This would make it easier to use the search feature. More generally, the prioritization of these results is surprising.
I reported this at https://bugs.ruby-lang.org/issues/20722 and was directed here. Apologies if this is the wrong place.
The text was updated successfully, but these errors were encountered: