https://bugzilla.wikimedia.org/show_bug.cgi?id=60975
--- Comment #2 from Chad H. <[email protected]> --- Right now we've got: <query> <searchinfo totalhits="3"/> <search> <p ns="0" title="foo" etc etc /> <p /> <p /> </search> </query> Since we only expose titles to the IW search, maybe we could do something like: <query> <searchinfo totalhits="3"/> <search> <p ns="0" title="foo" etc etc /> <p /> <p /> </search> <interwikiinfo "totalhits="3"/> <interwiki> <iw prefix="wikipedia" url="..."> <p ns="0" title="foo" /> <p ns="2" title="bar" /> </iw> </interwiki> </query> -- 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
