aboutsummaryrefslogtreecommitdiff
path: root/static/js/fixedsearch.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/js/fixedsearch.ts')
-rw-r--r--static/js/fixedsearch.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/fixedsearch.ts b/static/js/fixedsearch.ts
index f8be575..0a7e9da 100644
--- a/static/js/fixedsearch.ts
+++ b/static/js/fixedsearch.ts
@@ -212,7 +212,7 @@
search(query.value, data.items, options);
}).catch(function (error) {
- console.log("Error failed to load fuzzy sort: " + error);
+ console.error("ERROR: Failed to load fuzzy search", error);
});
}
}