When searching for Ruby structs
results from https://ruby-doc.org/ are correctly the first result, however that site lists results for many versions of Ruby, with 2.5.1 being the top and ruby 3.1.1 being the most recent, however 3.3.0 is the current version.
It'd be nice if the most recent version was at the top because that's the version people are usually looking for.
This is a simple ordering of sub-results from documentation sites like https://ruby-doc.org/ - by displaying the results in order of Ruby version ( or Crystal / Python / Go / Rest / etc ) the results become more usable and faster.
In fact, the current results don't actually display the current Ruby version, so I have to search again or modify the URL of the result to find what I need.