https://bugzilla.wikimedia.org/show_bug.cgi?id=40588
MrBlueSky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from MrBlueSky <[email protected]> 2012-10-18 20:46:49 UTC --- There are a few problems with the linksearch: * When no protocol is specified it defaults to http://, except when you specify a port: this makes the search not use a protocol at all (finding nothing). * When both a protocol and a port are specified the LIKE clause created is wrong, because it treats the port as part of the domain and it gets moved to the front. * It doesnt handle urls with names and passwords correctly. * The standard text on the page says you should not include the protocol in the search. But this not correct: to find links for any protocol other than http://, the protocol should be specified. -- 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
