Revision 214 by Dave Hooton on 2019-09-14 at 00:31:09 to Library :
* [[The Library's toolbar >> # The Library's toolbar]]
* [[How many books are in my Library? >> # How many books are in my Library?]] {{$ media:TOCupdated.png}}
* [[Opening a resource from the Library window >> # Opening a resource from the Library window]]{{$media:TOCupdated.png}}
* [[Opening a resource from the Library window >> # Opening a resource from the Library window]]
* [[Organizing your Library window >> # Organizing your Library window]]
…
| *Column Heading* | *Search Field* | *Extension Syntax* | *Comment* |
| | | | |
| *Reading Status*{{$media:TOCnew.png}}| -- | {ReadingStatus} | Unread, New, Reading, or Finished (noquotes) |
| *Reading Status* | -- | {ReadingStatus} | Unread, New, Reading, or Finished e.g.{ReadingStatusNew} |
| *Type* | type: | | e.g. type:~"bible commentary~", type:bible-commentary |
| *Title* | title: | | |
| *Author* | author: | {Author} | e.g. author:~"don harris~", {Author ~"Harris, Don~"} |
| *My Tags* | mytag: | {MyTag} | userTags |
| *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 |
| *Rating* | myrating: | | user Rating (integer 1 to 5). Use 0 for /unrated/. |
| (Community Rating){{$media:TOCupdated.png}} | 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. |
| *Abbreviated Title* | abbrev: | | |
…
| *Series* | series: | {Series} | |
| *License* | license: | | Permanent or Temporary |
| *Subjects* | subject: | {SubjectGroup}{{$media:TOCnew.png}} | {SubjectGroup} is more precise, but formatting can be difficult --> see *Examples* below |
| *Subjects* | subject: | {SubjectGroup} | {SubjectGroup} is more precise, but formatting can be difficult --> see *Examples* below |
| *Last Updated* | updateddate: | {UpdatedDate}{{$media:TOCnew.png}} | 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*, *m*, or *d* relative values e.g. {UpdatedDate 2m} --> within 2 months of current date |
| (Date Added) | addeddate: | {AddedDate}{{$media:TOCnew.png}} | 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}{{$media:TOCnew.png}}| e.g. device:~"Galaxy A5~", {Devices ~"Galaxy A5~"}. \\ {Devices} is more accurate |
| *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) {{$ media:TOCnew.png }} | -- | {Collection} | e.g. {Collection ~"Greek Bibles - TR~"} |
…
\\ \\
!!! Using Operators in the Find box
* Thelibrarysupportstheuse of operators suchasAND, OR, ANDNOT to retrieve yourresources.
* Youcan use /boolean/ operators like AND, OR, ANDNOT to retrieve resources.
* Operators are written in CAPS while the search expressions and fields are not case-sensitive \\
* AND may be written as the /space/ character, OR may be shortened by using the /comma/
* AND may be written as the /space/ character,whilst OR may be shortened by using the /comma/
* Negation (exclusion of results) workswith ANDNOT, or use the /minus/ sign directly in front of the search expression.
* Negation (exclusion of results)iseffectedby ANDNOT, or use ofthe /minus/ sign directly in front of the search expression.
* Parentheses ( ) is often necessary if you are *mixing* operators in your search expression.
* in this case, do not use characters for operators.\\\\
* in this case, do not use characters for operators.
* The comma operator can be used inside phrases. {{$ media:TOCnew.png }} \\ \\
* *Examples*
* *Barnes OR Roberts* or *Barnes, Roberts*
* this will find books authored by Barnes /or/ Roberts; but
*eitherexpression will find books authored by Barnes /or/ Roberts; but
* *author:barnes, author:"roberts"* is more precise, and eliminates"Robertson" as an author; however,
* *author:barnes, author:"roberts"* is more precise, andwilleliminate"Robertson" as an author; whilst
* *author:(barnes, "roberts")* is more concise.
* *type:bible-commentary ANDNOT author:Barnes* or *type:bible-commentary -author:Barnes*\\
* *type:bible-commentary ANDNOT author:Barnes* or *type:bible-commentary -author:Barnes*
* To exclude all Barnes' resources from your Library, use *~* -author:Barnes*
* either expression will exclude bible commentaries authored by Barnes; whilst
* *mytag:didache lang:greek* or *mytag:didache AND lang:greek* \\
* *~* -author:Barnes* will exclude /all/ Barnes' resources in your Library.
* The tag "Didache" can be applied to many "Apostolic Fathers" resources e.g. Lightfoot's, Lake's, ANF7.
* *mytag:didache AND lang:greek* or *mytag:didache lang:greek* \\
* This will select the Greek languageresources as opposed to the English language ones.
*eitherexpression will find the /Greek/booksthatyoutaggedwith"Didache", as opposed to the English language ones.
* This tag can be applied to many "Apostolic Fathers" resources e.g. Lightfoot's, Lake's, ANF7.
* *title:~"Commentary on the (old,new) testament~"*
* this expression is equivalent to *title:(~"Commentary on the old testament~", ~"Commentary on the new testament~")*.
\\ \\
!! Other info