JuliaLang / JuliaDoc

28 stars 26 forks source link

Suggestion: Make the Search work for individual symbols #26

Open mark-summerfield opened 7 years ago

mark-summerfield commented 7 years ago

Entering a symbol in the Search either produces no results or unhelpful results. Try for example, entering any one of these: "÷", "^", "+", or "+=". I think it would be better if they produced a list of all built-in and std. lib. implementations plus a link to the docs that explain how to implement them in your own types (if/where poss.).

tkelman commented 7 years ago

Hi @mark-summerfield, thanks for the report. This repo is deprecated (and we should mark it as such), the Julia html docs are now generated by https://github.com/JuliaDocs/Documenter.jl, so this should probably be reopened there

yuyichao commented 7 years ago

Also note that this is a regression from 0.5 http://docs.julialang.org/en/stable/search/?q=%C3%B7&check_keywords=yes&area=default

yuyichao commented 7 years ago

Though the += search is broken on 0.5 too.