Subject: | Search Filter missing ? issue |
Hi, it's me again. Sorry in advance.
I'm adding some uid search features to the simple client...
on a UID SEARCH 1:2 I'm getting the expected results, but UID SEARCH 1,2
dies with an error about unrecognized tokens... I found the issue in
::Command::Search::filter here:
} elsif ($token =~ /^\d+(:\d+|:\*)?(,\d+(:\d+|:\*))*$/) {
To the naked eye, it seems like there's a missing ?:
} elsif ($token =~ /^\d+(:\d+|:\*)?(,\d+(:\d+|:\*)?)*$/) {
--
If riding in an airplane is flying, then riding in a boat is swimming.
116 jumps, 48.6 minutes of freefall, 92.9 freefall miles.