Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
fix #97 added notes on phrase searching to docs
Browse files Browse the repository at this point in the history
bumped dev version
  • Loading branch information
sckott committed Jul 21, 2016
1 parent 5a12948 commit 7ba5991
Show file tree
Hide file tree
Showing 8 changed files with 83 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -7,7 +7,7 @@ Description: A programmatic interface to the 'SOLR' based
articles, making plots, doing 'faceted' searches,
'highlight' searches, and viewing results of 'highlighted'
searches in a browser.
Version: 0.5.6.9900
Version: 0.5.6.9940
License: MIT + file LICENSE
Authors@R: c(
person("Scott", "Chamberlain", role = c("aut", "cre"), email = "myrmecocystus@gmail.com"),
Expand Down
10 changes: 10 additions & 0 deletions man-roxygen/plos.r
Expand Up @@ -42,3 +42,13 @@
#' filter in the \code{fq} parameter. For which journal to search, e.g., do
#' \code{'cross_published_journal_key:PLoSONE'}. See \code{journalnamekey()} for journal
#' abbreviations.
#'
#' @section Phrase searching:
#' To search phrases, e.g., \strong{synthetic biology} as a single item, rather than
#' separate occurrences of \strong{synthetic} and \strong{biology}, simply put double
#' quotes around the phrase. For example, to search for cases of \strong{synthetic biology},
#' do \code{searchplos(q = '"synthetic biology"')}.
#'
#' You can modify phrase searches as well. For example,
#' \code{searchplos(q = '"synthetic biology" ~ 10')} asks for cases of
#' \strong{synthetic biology} within 10 words of each other. See examples.
12 changes: 12 additions & 0 deletions man/plosabstract.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions man/plosauthor.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions man/plosfigtabcaps.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions man/plossubject.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions man/plostitle.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions man/searchplos.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7ba5991

Please sign in to comment.