Re: [racket-users] Doc pages search engine difficulties

2021-08-17 Thread Dexter Lagan
Thank you very much for the thorough explanation. It makes sense. I’ll be sharing the cheat sheet with my coworkers. It sure is a good starting point. Dex > On Aug 17, 2021, at 9:40 PM, Jens Axel Søgaard wrote: > >  >> Den tir. 17. aug. 2021 kl. 16.34 skrev Dexter Lagan : > >> Hello there,

Re: [racket-users] Doc pages search engine difficulties

2021-08-17 Thread Jens Axel Søgaard
Den tir. 17. aug. 2021 kl. 16.34 skrev Dexter Lagan : > Hello there, > > I'm trying to teach one of my coworkers how to search for function names > in the Racket manual, and I'm having serious problems finding very simple > things, such as the function to display the file browser dialog (get-fil

Re: [racket-users] Doc pages search engine difficulties

2021-08-17 Thread Sorawee Porncharoenwase
But content search is also unsatisfactory in many situations. As an example, take a look at Python’s documentation, which has the content search. I searched for “list” ( https://docs.python.org/3/search.html?q=list&check_keywords=yes&area=default), hoping to find the documentation for the list func

Re: [racket-users] Doc pages search engine difficulties

2021-08-17 Thread Sorawee Porncharoenwase
FWIW, you can use Google to do that. The search query site:docs.racket-lang.org file browser dialog shows https://docs.racket-lang.org/mrlib/Path_Dialog.html as the first search result. The page also has a link to get-file and put-file. On Tue, Aug 17, 2021 at 7:34 AM Dexter Lagan wrote: > He