Virtual Library Help
I'm having a bit of trouble with the Virtual library function. I'm trying to create one that isolates the stories that are In-Progress but that I haven't marked Followed on their fanfic site, and I can't figure out how to get it to work.
For virtual library titled InProgress, I have:
#progress:"=In-Progress", #ffferrors:false
That works, but I want to add:
not #followed:"=Yes"
That never works. I get zero results. It's not the number of criteria, because virtual library Unread has:
not #id:"=CDL", not #id:"=Chrys", not #id:"=CDLauryl"
which works just fine. (Those are my IDs on various websites, so I can track what's where)
In case the problem was mixing positive/negative criteria, I tried:
#progress:"=In-Progress", #ffferrors:false, #followed:false, #followed:"=NA", #followed:"=No", #followed:"=ToDo"
That didn't work either, so I tried removing #followed:false to see if that was it, but no, still no good.
I can use the tag browser in the InProgress virtual library to select not #followed:"=Yes", as long as I don't want to run other searches, but I wish I could figure out how to get it to work as the virtual library. Help?
|