In https://it.wikipedia.org/w/index.php?title=Speciale%3ARicerca&search=Rabi+Samuel+Israelita&go=Vai the interwiki search finds no results from sister projects, yet the box is shown nevertheless.
That's slightly distracting.
In https://it.wikipedia.org/w/index.php?title=Speciale%3ARicerca&search=Rabi+Samuel+Israelita&go=Vai the interwiki search finds no results from sister projects, yet the box is shown nevertheless.
That's slightly distracting.
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | debt | T145918 [EPIC] Backend: cross-wiki search results functionality | |||
Resolved | EBernhardson | T146179 Enable cross-wiki backend search functionality on it.wikipedia | |||
Resolved | EBernhardson | T96881 Don't show the "results from other projects" box if empty | |||
Resolved | • demon | T46420 Restore interwiki (sister projects) results in search queries |
Code is in showInterwiki() in ./includes/specials/SpecialSearch.php if anyone wants to give this a shot.
Change 239037 had a related patch set uploaded (by Nemo bis):
Do not output interwiki search results box when there's no result
Change 239048 had a related patch set uploaded (by Nemo bis):
Return null when getInterwikiResults()
Change 313318 had a related patch set uploaded (by EBernhardson):
[WIP] Perform interwiki searches with a multi-search
Change 239048 abandoned by EBernhardson:
Return null when getInterwikiResults()
Reason:
issue is being resolved in previously mentioned patch
Change 239037 abandoned by EBernhardson:
Do not output interwiki search results box when there's no result
Reason:
fixed via a larger refactor of SpecialSearch into widgets.