News Focus
News Focus
Replies to #2347 on TEST (TEST)
icon url

Bob Zumbrunnen

01/03/03 7:02 PM

#2348 RE: MechanicalMethod #2347

I'd forgotten about that bug. Had been waiting for inspiration to hit me for a different way to handle filtering.

And just as I was typing this, it jumped right into my head. I'll try to get that taken care of by early next week.

If anyone else is reading this and isn't aware of the bug, here's what happens: If you filter out user 12345, it also filters out any user whose number fits into "12345", such as "1234" or "2345".

The way I'll fix it is since the list is space-delimited, instead of looking to see if a particular user's number is in your list, I'll just look to see if a space plus the user's number plus another space is found in the list.