https://bugzilla.wikimedia.org/show_bug.cgi?id=29866
Alexander <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Alexander <[email protected]> 2011-09-13 15:20:11 UTC --- I have an other description for the || Disjunction bug. Consider the two property : Title , Author We search all page containing Title tag : 'foo' made by Author : 'Luc' or 'Alex' [[Title::~*foo*]][[Author::Luc||Alex]] and [[Author::Luc||Alex]][[Title::~*foo*]] Do not give the same results, we expect those two being equivalent, such as : [[Title::~*foo*][[Author::Luc]] OR [[Title::~*foo*][[Author::Alex]] The Query : [[Author::Luc||Alex]][[Title::~*foo*]] does exactly this : [[Author::Luc]] OR [[Author::Alex]][[Title::~*foo*]] The invert is also true : [[Author::Alex||Luc]][[Title::~*foo*]] does : [[Author::Alex]] OR [[Author::Luc]][[Title::~*foo*]] The Query: [[Title::~*foo*]][[Author::Luc||Alex]] Gives results correctly. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
