From the project page...

"uBrowser is the new way to browse taxonomy for Drupal 5.x. It creates an easy to use interface for browsing vocabularies (categories) like you would browse a directory tree. Each term in the vocabulary is like a file folder, and clicking on it in the category select box will display all the nodes that have been classified with that term in the node select box. The look may be changed in the CSS, but other display options such as search forms, action buttons, and display names may be specified when the uBrowser is built for display."

I've finally completed this module which was started ... oh ... four months ago. I finally got back around to cleaning up the component modules for Ubercart, and this was at the top of the list. I can see this being useful in a variety of instances for site administration, especially as an aid in any task that requires simple, fast searching of your site's content. Granted, this is meant to be a taxonomy browser, so you won't find any uncategorized pages.

The module includes a custom rewrite of do_search and taxonomy_select_nodes to return the full result set. The example at Ubercart.org is of a forum browser that lets you very easily browse and search our forums.

View the examples and documentation at:
http://www.ubercart.org/drupal_module_and_jquery_guides/ubrowser

View the project page at:
http://drupal.org/project/ubrowser

(Already had to patch it once... for a minor CSS fix that I considered useful enough for everyone to have. Let me know when you turn up any bugs!)

uBrowser development is sponsored by the Ubercart project.