Active
Project:
uBrowser
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Aug 2010 at 10:13 UTC
Updated:
27 Aug 2010 at 10:13 UTC
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.