Closed
Description
I loaded the std doc at https://doc.rust-lang.org/nightly/std/index.html in Firefox 77.0.1,
then I typed fast for the word "true" (or click this link: https://doc.rust-lang.org/nightly/std/index.html?search=true).
I expected to see this happen: The search result appears and includes the "true" keyword link.
Instead, this happened: No search result was shown.
Also in the Firefox console, this was printed after typing the word "true":
TypeError: ALIASES[crate] is undefined 3 main1.46.0.js:formatted:869
handleAliases main1.46.0.js:869
execQuery main1.46.0.js:1110
execSearch main1.46.0.js:1407
search main1.46.0.js:1457
Meta
Version of std docs: 1.46.0-nightly (a8cf399 2020-06-21)
cc @jyn514 in case you interest.