I have this search, called Currently Reading:
Code:
#read:yes
AND #percentread:100
AND NOT #fanficstatus:"=In-Progress"
AND (#lastread:=thismonth OR #lastread:>14daysago)
Now I want to make a different search, with one key difference in line #3:
Code:
#read:yes
AND #percentread:100
AND #fanficstatus:"=In-Progress"
AND (#lastread:=thismonth OR #lastread:>14daysago)
Just out of curiosity to see if I could shorten this, I searched
search:"=Recently Finished Reading" AND #fanficstatus:"=In-Progress". obviously it just cancelled each other out to get zero results.
Is there a way to do this, or do I need to duplicate the entire thing?