Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 09-11-2021, 01:43 AM   #1
ownedbycats
Custom User Title
ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.ownedbycats ought to be getting tired of karma fortunes by now.
 
ownedbycats's Avatar
 
Posts: 8,875
Karma: 62040409
Join Date: Oct 2018
Location: Canada
Device: Kobo Libra H2O, formerly Aura HD
Cancelling out part of a saved search.

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?

Last edited by ownedbycats; 09-11-2021 at 02:17 AM.
ownedbycats is offline   Reply With Quote
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: 11,806
Karma: 7029971
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
Advert
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sorting a saved search xiaojohn Calibre 8 04-16-2021 05:42 PM
saved search -> saved ottischwenk Calibre 2 02-06-2020 01:53 AM
Saved search for stylesheets only Capricorn Sigil 6 10-10-2019 04:41 PM
Difference in Manual Search and Saved Search phossler Editor 4 10-04-2015 12:17 PM
Saved Search: How 2 theducks Library Management 3 11-27-2012 02:10 PM


All times are GMT -4. The time now is 07:19 AM.


MobileRead.com is a privately owned, operated and funded community.