View Single Post
Old 09-11-2021, 05:07 AM   #2
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,482
Karma: 8025704
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Yes, the Boolean expression "A and not A" is by definition always false.

Creating a second saved search is the easiest.

Another way would be to make a saved search:
Code:
#read:yes
AND #percentread:100
AND (#lastread:=thismonth OR #lastread:>14daysago)
For this example I name this search "reading_base".

Now make two saved searches:
Code:
search:"=reading_base" AND #fanficstatus:"=In-Progress"
and
Code:
search:"=reading_base" AND NOT #fanficstatus:"=In-Progress"
chaley is offline   Reply With Quote