Last modified: 2008-03-21 21:42:26 UTC
+++ This bug was initially created as a clone of Bug #7318 +++ I also want the extension to search in one or more specific namespaces and according to the extension description this can be done but it does not work. When namespaces are defined the search must be "searchx". If no namespaces are defined it must be "fulltext". I guess some code must be added around line 132: <input type='submit' name="fulltext" class="searchboxSearchButton" value="{$this->searchbuttonlabel}" /> The above does not work for what i want so i changed it to: <input type='submit' name="searchx" class="searchboxSearchButton" value="{$this->searchbuttonlabel}" /> then it works (for me) but then someone else got a problem. Can you fix it for all of us? Thanks.
Assuming this would have been fixed with core UI by r32302; hard to tell though as the example code is gone at the linked URL. Resolving as FIXED; please reopen with further detail if it's still a problem.