Fixed BUG-136, now can search with a * or % as wildcards, and fix bug where no search results broke pa

This commit is contained in:
2024-12-31 15:13:17 +11:00
parent b34b71bf32
commit 37c0125fbd
4 changed files with 10 additions and 4 deletions

3
BUGs
View File

@@ -1,4 +1,4 @@
### Next: 136
### Next: 137
BUG-100: I managed to get 2 photos matching mich in the NOT_WORKING photo (probably dif refimgs but same p.tag?)
= /photos/2012/20120414-damien/IMG_8467.JPG
BUG-106: cant add trudy /pat? as refimgs via FaceDBox
@@ -25,4 +25,3 @@ 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)