https://bugzilla.wikimedia.org/show_bug.cgi?id=34665
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from [email protected] --- I've had very similar issues. A quick fix without patching is to replace the space with a "?". Search continues as normal. Thanks for fixing! Works using "like" feature on a property that has a type of page. [[Incentive/Type::~*Portfolio*]] http://en.openei.org/w/index.php?title=Special%3AAsk&q=%5B%5BIncentive%2FType%3A%3A~*Portfolio*%5D%5D&po=%3FIncentive%2FType&eq=yes&p%5Bformat%5D=broadtable&sort_num=&order_num=ASC&p%5Blimit%5D=&p%5Boffset%5D=&p%5Blink%5D=all&p%5Bsort%5D=&p%5Bheaders%5D=show&p%5Bmainlabel%5D=&p%5Bintro%5D=&p%5Boutro%5D=&p%5Bsearchlabel%5D=%E2%80%A6+further+results&p%5Bdefault%5D=&p%5Bclass%5D=sortable+wikitable+smwtable&eq=yes Doesn't work due to space (however, documentation has a two-word entity with space in between) [[Incentive/Type::~*Portfolio Standard*]] http://en.openei.org/w/index.php?title=Special%3AAsk&q=%5B%5BIncentive%2FType%3A%3A~*Portfolio+Standard*%5D%5D&po=%3FIncentive%2FType%0D%0A&eq=yes&p%5Bformat%5D=broadtable&sort_num=&order_num=ASC&p%5Blimit%5D=&p%5Boffset%5D=&p%5Blink%5D=all&p%5Bsort%5D=&p%5Bheaders%5D=show&p%5Bmainlabel%5D=&p%5Bintro%5D=&p%5Boutro%5D=&p%5Bsearchlabel%5D=%E2%80%A6+further+results&p%5Bdefault%5D=&p%5Bclass%5D=sortable+wikitable+smwtable&eq=yes Works by replacing space with a ?: [[Incentive/Type::~*Portfolio?Standard*]] http://en.openei.org/w/index.php?title=Special%3AAsk&q=%5B%5BIncentive%2FType%3A%3A~*Portfolio%3FStandard*%5D%5D&po=%3FIncentive%2FType%0D%0A&eq=yes&p%5Bformat%5D=broadtable&sort_num=&order_num=ASC&p%5Blimit%5D=&p%5Boffset%5D=&p%5Blink%5D=all&p%5Bsort%5D=&p%5Bheaders%5D=show&p%5Bmainlabel%5D=&p%5Bintro%5D=&p%5Boutro%5D=&p%5Bsearchlabel%5D=%E2%80%A6+further+results&p%5Bdefault%5D=&p%5Bclass%5D=sortable+wikitable+smwtable&eq=yes I haven't looked into the code, but I figured it'd be a simple fix if you knew the bug existed. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
