« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/js
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/js')
-rw-r--r--src/static/js/client.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/static/js/client.js b/src/static/js/client.js
index e570b91a..cd5aeea8 100644
--- a/src/static/js/client.js
+++ b/src/static/js/client.js
@@ -3667,6 +3667,8 @@ function clearSidebarSearch() {
 function showSidebarSearchResults(results) {
   const info = sidebarSearchInfo;
 
+  console.debug(`Showing search results:`, results);
+
   const flatResults =
     Object.entries(results)
       .flatMap(([index, results]) => results