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 10-06-2021, 02:12 AM   #1
pinky62
Zealot
pinky62 began at the beginning.
 
Posts: 136
Karma: 10
Join Date: Oct 2013
Device: kindle paper white
Searching for multiple tags simultaneously

Hi, I want to search for exact tags simultaneously, eg; =historical & = time travel. The & doesnt seem to work. TIA
pinky62 is offline   Reply With Quote
Old 10-06-2021, 03:26 AM   #2
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,339
Karma: 238311259
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
tag:historical and tag:time travel
Sirtel is offline   Reply With Quote
Advert
Old 10-06-2021, 04:22 AM   #3
pinky62
Zealot
pinky62 began at the beginning.
 
Posts: 136
Karma: 10
Join Date: Oct 2013
Device: kindle paper white
in tags I posted "HR, time travel" doesn't work
pinky62 is offline   Reply With Quote
Old 10-06-2021, 04:53 AM   #4
Karellen
Wizard
Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.Karellen ought to be getting tired of karma fortunes by now.
 
Karellen's Avatar
 
Posts: 1,611
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
If you go to the bottom right hand corner of Calibre, click on the word "Layout", then show the "Search Bar" which will appear below the top row of buttons.

You can then click on multiple tags in the left panel and the code shows up in the search bar. You can then check the way the search code is structured. You can include and exclude tags in/from the search.

Code:
tags:"=Fantasy" and tags:"=Fiction"

Last edited by Karellen; 10-06-2021 at 04:56 AM.
Karellen is offline   Reply With Quote
Old 10-06-2021, 10:04 AM   #5
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 30,939
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Sirtel View Post
tags:historical and tags:time travel
It is tags
and is the key word for Calibe usage.
I would also quote phases like "time travel"
= in there for exact match
theducks is offline   Reply With Quote
Advert
Old 10-06-2021, 11:29 AM   #6
Sirtel
Grand Sorcerer
Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.Sirtel ought to be getting tired of karma fortunes by now.
 
Sirtel's Avatar
 
Posts: 13,339
Karma: 238311259
Join Date: Jan 2014
Location: Estonia
Device: Kobo Sage & Libra 2
Quote:
Originally Posted by theducks View Post
It is tags
and is the key word for Calibe usage.
I would also quote phases like "time travel"
= in there for exact match
tag works just as well. I use it all the time. But yes, time travel should be in quotes.

Last edited by Sirtel; 10-06-2021 at 11:31 AM.
Sirtel is offline   Reply With Quote
Old 10-06-2021, 01:45 PM   #7
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,362
Karma: 8012652
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by theducks View Post
It is tags
and is the key word for Calibe usage.
I would also quote phases like "time travel"
= in there for exact match
Quote:
Originally Posted by Sirtel View Post
tag works just as well. I use it all the time. But yes, time travel should be in quotes.
Calibre columns can have aliases, internally called 'search terms'. Here is the list of aliases (usually only one) for standard calibre metadata, taken from calibre's code.
Spoiler:
Code:
'Internal calibre column name'
   'name': Column header string,
   'search_terms': Valid lookup names for the column
--------------------------------------
'authors'
   'name':_('Authors'),
   'search_terms':['authors', 'author'],
'languages', 
   'name':_('Languages'),
   'search_terms':['languages', 'language'],
'series',    
   'name':ngettext('Series', 'Series', 1),
   'search_terms':['series'],
'formats'
   'name':_('Formats'),
   'search_terms':['formats', 'format'],
'publisher', 
   'name':_('Publisher'),
   'search_terms':['publisher'],
'rating',    
   'name':_('Rating'),
   'search_terms':['rating'],
'news',      
   'name':_('News'),
   'search_terms':[],
'tags',      
   'name':_('Tags'),
   'search_terms':['tags', 'tag'],
'identifiers'
   'name':_('Identifiers'),
   'search_terms':['identifiers', 'identifier', 'isbn'],
'author_sort',
   'name':_('Author sort'),
   'search_terms':['author_sort'],
'au_map',    
   'name':None,
   'search_terms':[],
'comments',  
   'name':_('Comments'),
   'search_terms':['comments', 'comment'],
'cover',     
   'name':_('Cover'),
   'search_terms':['cover'],
'id',        
   'name':None,
   'search_terms':['id'],
'last_modified', 
   'name':_('Modified'),
   'search_terms':['last_modified'],
'ondevice',  
   'name':_('On device'),
   'search_terms':['ondevice'],
'path',      
   'name':_('Path'),
   'search_terms':[],
'pubdate'
   'name':_('Published'),
   'search_terms':['pubdate'],
'marked',    
   'name': None,
   'search_terms':['marked'],
'series_index',
     'name':None,
     'search_terms':['series_index'],
'series_sort',  
   'name':_('Series sort'),
   'search_terms':['series_sort'],
'sort',      
   'name':_('Title sort'),
   'search_terms':['title_sort'],
'size',      
   'name':_('Size'),
   'search_terms':['size'],
'timestamp', 
   'name':_('Date'),
   'search_terms':['date'],
'title',     
   'name':_('Title'),
   'search_terms':['title'],
'uuid',      
   'name':None,
   'search_terms':['uuid']

Last edited by chaley; 10-06-2021 at 02:31 PM. Reason: Added quoted messages
chaley is offline   Reply With Quote
Old 10-06-2021, 02:44 PM   #8
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,660
Karma: 29711016
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by chaley View Post
Calibre columns can have aliases, internally called 'search terms'. Here is the list of aliases (usually only one) for standard calibre metadata, taken from calibre's code.
<snip>
Now at least I know the source of my "Is it date or is it timestamp?" confusion

BR
BetterRed is offline   Reply With Quote
Old 10-08-2021, 12:56 PM   #9
pinky62
Zealot
pinky62 began at the beginning.
 
Posts: 136
Karma: 10
Join Date: Oct 2013
Device: kindle paper white
Thanks all
pinky62 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Searching using multiple tags rajvir Library Management 6 09-17-2023 05:18 PM
Searching between tags mariaclaudia Calibre 4 05-10-2017 05:38 PM
Running multiple calibredb add jobs simultaneously. AVaughan Library Management 3 10-18-2015 10:16 AM
Searching tags to show tags I want even when it has a tag I do not Jade Aislin Library Management 2 04-25-2012 01:01 PM
iLiad Multiple X apps/windows simultaneously - is it possible? jimbocho iRex Developer's Corner 17 11-29-2007 12:35 PM


All times are GMT -4. The time now is 10:12 AM.


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