From e8dfd0ba7def9bd99c7dbbb5135d84c7e92f6928 Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Fri, 13 Feb 2026 09:19:32 -0800 Subject: [PATCH] Add debug logging for OO_STATE keys and title tag fallback - Log all top-level keys in __OO_STATE__ to diagnose why Restaurant key isn't being found - Extract business name from HTML title tag as fallback Co-Authored-By: Claude Opus 4.5 --- api/setup/analyzeMenuUrl.cfm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/api/setup/analyzeMenuUrl.cfm b/api/setup/analyzeMenuUrl.cfm index e0cfd2e..da0826e 100644 --- a/api/setup/analyzeMenuUrl.cfm +++ b/api/setup/analyzeMenuUrl.cfm @@ -172,6 +172,21 @@ + + ([^<]+)', pageHtml)> + + ([^<]+).*', '\1')> + + + + + + + + + + + @@ -180,6 +195,9 @@ + + +