From b34b71bf32af3eef409cd8e25a95e994316a8d59 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Tue, 31 Dec 2024 15:11:57 +1100 Subject: [PATCH] adding BUG-136, handle wildcard search of % and no results bug --- BUGs | 1 + 1 file changed, 1 insertion(+) diff --git a/BUGs b/BUGs index 9b2d732..5f712f6 100644 --- a/BUGs +++ b/BUGs @@ -25,3 +25,4 @@ BUG-132: right arrow to go to next photo in viewer ALSO scrolls to the right, ne BUG-133: when rebuilding pa[dev], the first run fails to have symlinks to the right paths for Import/Storage, etc. a simple restart fixes - so potentially the intial copy or some other race condition? BUG-134: when moving set of photos on page, then move another set of photos on page, the first set reappears. Could really delete them from the dom? BUG-135: failed to rotate: 2006/20061215-ITS-xmas-KP/DSC00582.JPG - not sure why +BUG-136: cant use % explicitly in search (think its special to http, not being trapped by pa, BUT, can't use a * and convert to a % - token try did not work)