lsegal / yard

YARD is a Ruby Documentation tool. The Y stands for "Yay!"
http://yardoc.org
MIT License
1.92k stars 394 forks source link

Global search - how it works? #1530

Closed edenisn closed 5 months ago

edenisn commented 5 months ago

Hi! I dont understand how global search works. Entered any text information into search element on the page, but get nothing. Can you pls explain what should I do to make it works? Thanks!

Снимок экрана 2024-01-20 в 13 56 15
lsegal commented 5 months ago

YARD search is not full text search, it only looks up the names of source objects (modules, classes, methods, etc). "Some data" is unlikely the name of one of those.

Hope that helps.

edenisn commented 5 months ago

Thanks for the fast answer