You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The solution to this surprising behavior is that the Service Worker caches the results page and does an API request in the background to fill in the actual results.
I opened Chrome’s developer tools, selected Application → Service Workers → Unregister, then reloaded the page. Now I see dcs-web 955c194.
I don’t know if we should be doing more to invalidate the cache here. We typically only bump it when there are changes to the Service Worker code.
The footer varies depending on whether we're looking at the home page or a search result's page:
https://codesearch.debian.net/
https://codesearch.debian.net/search?q=sfsd&literal=1
I could not identify how this happens or why.
The text was updated successfully, but these errors were encountered: