https://bugzilla.wikimedia.org/show_bug.cgi?id=43020
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from [email protected] --- The solution in https://www.wikidata.org/wiki/MediaWiki:Gadget-Search.js is only a lookup for an exact match, it is not a real search. Due to a misunderstanding of the differences between site ids and language codes it will fail for several requests, For example the site id for Norwegian Bokmål Wikipedia is nowiki and the language code for Norwegian Bokmål is nb. Trying to build the site id from the language code the way this gadget works will give you the id "nbwiki" which is undefined. A working search should give results across all languages and should not use either language codes or site ids unless this is specified as part of the search. -- You are receiving this mail because: You are on the CC list for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
