hs_search_all(sort = "updated", order = "asc", uri = NULL, user = NULL, text = NULL, any = NULL, custom = list(), pagesize = 200, progress = interactive())
consumer
, created
, id
, text
,
updated
, uri
, user
.asc
or desc
.www.example.com
. URI searches will also find annotations of
equivalent URIs. For example if the HTML document at
http://www.example.com/document.html?
includes a
then annotations of http://www.example.com/canonical_document.html
will also be included in the search results. Other forms of document
equivalence that are supported include rel="alternate"
links, DOIs,
PDF file IDs, and more.tim
will find all annotations by users named tim
at
any provider, while tim@hypothes.is
will only find annotations by
tim
on hypothes.is
foobar
.quote
, tags
,
text
, uri.parts
or user
fields match some query text.## Not run:
# hs_search_all(text = "arxiv")
# ## End(Not run)
Run the code above in your browser using DataLab