Loading documents
I, Librarian Offline
{{ searchTerm }}
×
{T% Page %T} {{ intlNum(1 + Math.floor(from / pageSize)) }}
{T% Items %T} {{ intlNum(from) }} – {{ intlNum(Math.min((from + pageSize - 1), total)) }} {T% of %T} {{ intlNum(total) }}
☹ {T% No items found, try another search %T}.
{T% Notes %T}
{T% PDF annotations %T}
Downloaded on {{ created }}
{T% Search-VERB %T}
{T% Order by %T}
id
{T% title %T}
{T% year %T}
{T% Page size %T}
5
10
15
20
50
100
{T% Display %T}
{T% title %T}
{T% summary %T}
{T% details %T}
«
‹
›
»
{T% Search-NOUN %T}
×
{T% sort by relevance %T}
{T% sort by publication year %T}
{T% Search error %T}
{T% Boolean search %T}.
To indicate that all terms must be present in matching documents, join the terms with an
AND
operator:
blue AND red
. To indicate that any one of the terms must be present, join the terms with an
OR
operator:
blue OR red
. Exclude a term from search using a
NOT
operator:
blue NOT red
. If no operators are used, it is assumed that all terms must be present in matching documents, as if they were joined by
AND
operators.
{T% Field search %T}.
By default, search is performed in all
document fields
. To restrict a term to a specific field, prefix the term with the name of the field, followed by a
colon
:
title:green
.
{T% Wildcards %T}.
Wildcards can be used when performing searches. A wildcard is represented as an
asterisk
at the end of a search term. For example, the following will match all documents with words beginning with
cell
:
cell*
.
Submit