uBrowser calls search_parse_query() from the search.module, in `function _ubrowser_search()`...but search module is not a dependancy for uBrowser module.

This causes the text search in Ubercart under /admin/store/products to fail.

Solution: require search module as a dependancy. or Disable the text search in uBrowser when the search module is not enabled.