https://bugzilla.wikimedia.org/show_bug.cgi?id=30404
--- Comment #2 from Gustavo <[email protected]> 2011-08-17 00:14:17 UTC --- If you're looking for a hack, I think 'default' parameter is better than 'prefix'. Both these work fine: <inputbox> type=fulltext default=" your phrase here " incategory:"{{PAGENAME}}" searchbuttonlabel=Search for a phrase in this category width=18 break=no </inputbox> <inputbox> type=fulltext default=your words here incategory:"{{PAGENAME}}" searchbuttonlabel=Search some words in this category width=15 break=no </inputbox> Note that box width is short enough to hide the expressions on the right. But cannot still insert a string in the middle of more complex boolean expressions. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
