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
This occurs in the latest Elixir docs, apologies if this has been fixed in main.
If you write a Module.function type search, for example Process.monitor and press enter, you will end up on this page: https://hexdocs.pm/elixir/search.html?q=Process.monitor. At the time of writing, the page displays "Sorry, we couldn't find anything for Process.monitor." But if you observe the autocomplete while writing the search, it shows you the exact function you wanted. So the autocomplete and search have a disagreement on what results exist. Interestingly if I write Process.monitor/1, then the search page will show the result too.
This matters to me personally as I use my browser to redirect typing ex Process.monitor in my address bar to the aforementioned URL directly. Now I also have to open the autocomplete on that page to actually get to the function I wanted.
The text was updated successfully, but these errors were encountered:
Nicd
changed the title
Autocomplete returns results that the actual search doesn't
Search page shows no results even though autocomplete finds them
Jul 6, 2024
This occurs in the latest Elixir docs, apologies if this has been fixed in main.
If you write a
Module.function
type search, for exampleProcess.monitor
and press enter, you will end up on this page: https://hexdocs.pm/elixir/search.html?q=Process.monitor. At the time of writing, the page displays "Sorry, we couldn't find anything for Process.monitor." But if you observe the autocomplete while writing the search, it shows you the exact function you wanted. So the autocomplete and search have a disagreement on what results exist. Interestingly if I writeProcess.monitor/1
, then the search page will show the result too.This matters to me personally as I use my browser to redirect typing
ex Process.monitor
in my address bar to the aforementioned URL directly. Now I also have to open the autocomplete on that page to actually get to the function I wanted.The text was updated successfully, but these errors were encountered: