-
Notifications
You must be signed in to change notification settings - Fork 14
apidoc: Let search preferentially find things on the current page #38
Comments
From @dgrove on October 18, 2012 16:35:40 for next-generation doc viewer. Owner: [email protected] |
From [email protected] on March 11, 2013 11:37:47 Blockedon: dart:8857 |
From @jacob314 on August 26, 2013 10:24:06 Owner: [email protected] |
From @efortuna on October 04, 2013 10:52:10 Owner: --- |
From @alan-knight on October 11, 2013 12:59:17 I like it. Summary: apidoc: Let search preferentially find things on the current page (was: apidoc: search as you type does not find things on current page) |
From @anders-sandholm on February 07, 2014 00:05:02 Labels: old-dartdoc |
From @alan-knight on February 12, 2014 10:10:26 This might be nice, but I suspect that having the table of contents view on the right makes most uses of this unnecessary. Labels: -old-dartdoc |
From @kevmoo on March 16, 2014 22:27:29 Labels: Pkg-DartDoc |
From @kevmoo on March 16, 2014 22:28:56 Labels: -Area-DartDoc Area-Pkg |
From @kevmoo on April 07, 2014 13:16:00 Labels: -Area-Pkg Area-DartDocViewer |
From @kevmoo on April 07, 2014 13:16:46 Labels: -Pkg-DartDoc |
From @kasperl on July 10, 2014 03:22:16 Labels: -Milestone-Later Oldschool-Milestone-Later |
From @kasperl on August 04, 2014 00:42:31 Labels: -Oldschool-Milestone-Later |
From @jmesserly on August 31, 2012 01:10:38
I was on http://api.dartlang.org/docs/continuous/dart_html/Element.html and I tried to search for "id". But none of the results were what I wanted. I figured out how to get there with "Element.id" but I think "search as you type" should consider the fact that I'm already on Element.html and use that to sort matches. In other words, prefer members on Element, then search more broadly.
(I'm also a bit surprised the exact text match didn't help. All of the matches were for types like IDBAny, IDBKey, etc)
Original issue: http://code.google.com/p/dart/issues/detail?id=4853
The text was updated successfully, but these errors were encountered: