Page MenuHomePhabricator

Problem with namespace specific search
Closed, ResolvedPublic

Description

Author: pasman.mark

Description:
+++ 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.


Version: unspecified
Severity: normal
URL: http://de.wikipedia.org/wiki/Benutzer:Eneas/Bug-Inputbox

Details

Reference
bz11742

Related Objects

StatusSubtypeAssignedTask
ResolvedNone
ResolvedNone

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:58 PM
bzimport set Reference to bz11742.
bzimport added a subscriber: Unknown Object (MLST).

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.