We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0eb8c0 commit 418d677Copy full SHA for 418d677
src/renderer/html_handlebars/search.rs
@@ -60,7 +60,7 @@ pub fn create_files(
60
let index = write_to_json(index, search_config, doc_urls)?;
61
debug!("Writing search index ✓");
62
if index.len() > 10_000_000 {
63
- warn!("searchindex.json is very large ({} bytes)", index.len());
+ warn!("search index is very large ({} bytes)", index.len());
64
}
65
66
if search_config.copy_js {
0 commit comments