https://bugzilla.wikimedia.org/show_bug.cgi?id=41290
--- Comment #2 from Jon <[email protected]> 2012-11-30 20:32:11 UTC --- OK this is also problematic when you search for Special:Watchlist or Special:MobileMenu Ideally we should only load content dynamically from the article namespace, however currently the json returned by the api for a search gives no indication of the namespace... Two options: 1) Limit search to just cover the article namespace? Seems a bit unfortunate that we prevent searching for special pages etc but at least this wouldn't cause any surprises (I assume here that the Main page is not in the article namespace) 2) Update api response to include indication of namespace - this would allow us to only enhance certain search results - when clicking a search we would navigate to the page rather than attempting to dynamically load 3) Disable all dynamic loading of search results - this solution sucks but might be the easiest. -- 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
