-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
Since the documentation system is a single page AngularJS application, server side searching/filtering is off the cards. It is useful to be able to search all objects and properties. The 'search' page lists all of these and filters them as you type.
The problem is that there are over 30,000 things here and this makes the browser very slow.
Currently there is a default limit of four elements per object. This makes the search page useful and tries to avoid hammering the browser.
It would be useful if the page functioned quickly and displayed all results in a clear manner.