https://bugzilla.wikimedia.org/show_bug.cgi?id=17841
Markus Krötzsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Markus Krötzsch <[email protected]> 2009-07-31 21:15:02 UTC --- Are you sure that you have *enabled* this comparator? For performance reasons, it is not available by default, and you have to set something like $smwgQComparators = '<|>|!|~'; in your LocalSettings.php. In any case, there is no error message, since the ~ would be considered as a part of the string you are querying for. I have checked the ~ comparator on my sites, and it worked without problems. -- 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
