Closed
Description
When I'm on http://package.elm-lang.org/packages/elm-lang/core/3.0.0/ and start typing "rand.." into the search box, I would expect that the Random
module link presents itself for me to select. But it doesn't. I think it would be better if it did. One could still debate whether it should just appear as a single entry, or with all subentries for types and values inside Random
. (After all, "rand..." matches all things like Random.bool
, Random.int
, ...)
@mgold, I know you have been working on the search functionality here recently. What do you think about the above?