From 696cb90ba9a6b3df6ba4388f50046780a37411de Mon Sep 17 00:00:00 2001 From: John Pinkyfloyd Date: Mon, 9 Feb 2026 14:30:37 -0800 Subject: [PATCH] Fix johns debug query --- api/debug/johns.cfm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/api/debug/johns.cfm b/api/debug/johns.cfm index fd5ddea..4aff257 100644 --- a/api/debug/johns.cfm +++ b/api/debug/johns.cfm @@ -5,7 +5,7 @@ SELECT ID, Name, BeaconShardID, BeaconMajor FROM Businesses - WHERE Name LIKE '%john%beverages%' OR Name LIKE '%john\'s beverages%' + WHERE Name LIKE '%john%' @@ -13,6 +13,15 @@ + + + + + + #serializeJSON({ "OK": false, "ERROR": "Multiple businesses found", "Businesses": bizList })# + + + SELECT ID, Name, BeaconMinor, IsActive FROM ServicePoints