https://bugzilla.wikimedia.org/show_bug.cgi?id=29866
Cindy Cicalese <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Cindy Cicalese <[email protected]> --- I believe I have found a similar problem. In my case, the query {{#ask:[[Full Title::+]][[Full Title::~a*||~A*]] . . . gives the correct results (a case-insensitive search for items with Full Title starting with the letter 'A'). However, the following query {{#ask:[[Full Title::+]][[Full Title::~A*||~a*]] . . . seems to ignore the second query term completely, returning all items with a value for the Full Title property regardless of what letter they begin with. I did a little bit more digging and discovered that in my case, there were no items with a Full Title that begin with lowercase a. For another data set that had Full Title starting with both uppercase A and lowercase a, both queries returned the correct resuts. So, it appears that if the condition after the || returns no results, the entire query term is ignored. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
