Revision 217 by Dave Hooton on 2019-12-12 at 00:24:57 to Library :
/Search fields/ are extremely useful when you want to see a list of resources without ambiguity. \\ The table below shows you the Search fields which you can use in the /Find/ box of your Library window. Most of them are associated with the column headers in /Details view/:
* A *Description* in parentheses(...) is not directly associated with a column.
* A *Description* in /italics/ is not directly associated with a column.
* *Search Field* is the name that you can enter in the /Find/ box.
* *Search Field* is the name that you can enter in the /Find/box(orthe/Rule/ boxofaCollection).
* *Extension Syntax* is the syntax you can use for an [[exact match >> https://wiki.logos.com/Logos_7.15_Beta_2]] on some fields.
\
…
| *My Tags* | mytag: | {MyTag} | e.g. mytag:creation, {MyTag ~"Creation~"} |
| *Community Tags* | communitytag: | {CommunityTag} | requires *Show Community Tags* in Program Settings |
| (*Combined Tags*) | tag: | | same as *mytag:* unless *Show Community Tags* is set |
| /*Combined Tags*/ | tag: | | same as *mytag:* unless *Show Community Tags* is set |
| *Rating* | myrating: | | user Rating (integer 1 to 5). Use 0 for /unrated/. |
| (*Community Rating*) | communityrating: | | requires *Show Community Ratings* in Program Settings (decimal value) |
| /*Community Rating*/ | communityrating: | | requires *Show Community Ratings* in Program Settings (decimal value) |
| (*General Rating*) | rating: | | Same as *myrating:*, but it will reflect *communityrating:* if the book is unrated by the user. |
| /*General Rating*/ | rating: | | Same as *myrating:*, but it will reflect *communityrating:* if the book is unrated by the user. |
| *Abbreviated Title* | abbrev: | | |
| *Alternate Title* | alttitle: | | |
…
| *License* | license: | | Permanent or Temporary |
| *Subjects* | subject: | {SubjectGroup} | {SubjectGroup} is more precise, but formatting can be difficult --> see *Examples* below |
| *Last Updated* | updateddate: | {UpdatedDate} | See [[this forum post >> https://community.logos.com/forums/p/134197/872194.aspx#872194]] e.g. updateddate:<greater Jan 1, 2018> \\ {UpdatedDate} uses *y*, *m*, or *d* relative values e.g. {UpdatedDate 2m} --> within 2 months of current date |
| *Last Updated* | updateddate: | {UpdatedDate} | See [[this forum post >> https://community.logos.com/forums/p/134197/872194.aspx#872194]] e.g. updateddate:<greater Jan 1, 2018> \\ {UpdatedDate} uses *y*ear, *m*onth, or *d*ay relative values e.g. {UpdatedDate 2m} --> within 2 months of current date |
| (*Date Added*) | addeddate: | {AddedDate} | Same format as *Last Updated* e.g. addeddate:<less Oct 29, 2018>, \\ {AddedDate 6d} --> within 6 days of current date |
| /*Date Added*/ | addeddate: | {AddedDate} | Same format as *Last Updated* e.g. addeddate:<less Oct 29, 2018>, \\ {AddedDate 6d} --> within 6 days of current date |
| *Devices* | device: | {Devices} | e.g. device:~"Galaxy A5~", {Devices ~"Galaxy A5~"}. \\ {Devices} is more accurate |
| *Edition* | edition: | | ebook, Logos, or ~"User Created~" e.g. edition:user |
| (*Collection*) | -- | {Collection} | e.g. {Collection ~"Greek Bibles - TR~"} |
| /*Collection*/ | -- | {Collection} | e.g. {Collection ~"Greek Bibles - TR~"} |
| | | | |
…
* *title:~"matthew henry~*~"* \\ \\
* *Examples*:
* *title:~"holman bible~"* \\ In the Library window, you will see only the books with *Holman Bible* in the title. \\ *Holman Concise Bible Commentary* will be not be included, because /Concise/ splits the words in our search term.
* *title:~"holman bible~"* \\ In the Library window, you will see only the books with "Holman Bible" in the title. \\ "Holman Concise Bible Commentary" will be not be included, because /Concise/ splits the words in our search term.
* *title:holman title:bible* \\ This will include *Holman Concise Bible Commentary*, because both words are in the title.
* *title:holman title:bible* \\ This will include "Holman Concise Bible Commentary", because both words are in the title.
* *publisher:nelson title:king* \\ Adding *title:king* restricts the books published by Thomas Nelson to those with *king* in the Title (full and partial words).
* *publisher:nelson title:king* \\ Adding *title:king* restricts the books published by Thomas Nelson to those with /king/ in the Title (full and partial words).
* *pubdate:>=2010* \\ This will find all resources published in 2010 or after.
* *subject:Bible.O.T.Psalms* /or/ *subject:~"Bible. O.T. Psalms~"* \\ They give the same result, but will include values like *Psalms 1-72*
…
* *{Series ~"Barnes’ Notes on the Old and New Testaments~", ~"Wiersbe’s “Be” Series~"}* \\ It is best to copy these /Series/ values. \\ *Barnes* has a closing /curly/ single quote \\ *Be* has /curly/ quotes, so it doesn't need to be /escaped/.
* *{SubjectGroup ~"Bible O.T.--Psalms~"}* \\ Note how this is derived from the value *Bible. O.T. Psalms* you see in Library. \\ Being more precise, values like *Psalms 1-72* are excluded.
* *{Author ~"Barnes, Albert~"}* \\ It has to be the value you see in the *Author* column.\\ *~"Barnes Albert~"* will not work.
* *{Author ~"Barnes, Albert~"}* \\ It has to use the value you see in the *Author* column as *~"Barnes Albert~"* will not work.
* *{AddedDate 1y}* \\ This will find resources added within 1 year of the current date.
\\ \\