« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/upd8.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-xsrc/upd8.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/upd8.js b/src/upd8.js
index 258abd95..74f38ece 100755
--- a/src/upd8.js
+++ b/src/upd8.js
@@ -2215,6 +2215,10 @@ async function main() {
     });
   }
 
+  wikiData.wikiInfo.searchDataAvailable =
+    webRouteSources
+      .some(({to}) => to[0].startsWith('searchData'));
+
   if (stepStatusSummary.performBuild.status === STATUS_NOT_APPLICABLE) {
     return true;
   }