From 244983842baac9d2997905899727df291523751e Mon Sep 17 00:00:00 2001 From: JBGruber Date: Tue, 5 Mar 2024 14:48:20 +0100 Subject: [PATCH] fix issue in doc --- R/feed.r | 2 +- man/search_post.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/feed.r b/R/feed.r index 2be6166..5dd2fd7 100644 --- a/R/feed.r +++ b/R/feed.r @@ -789,7 +789,7 @@ post_thread <- function(texts, #' - Whitespace is treated as implicit AND, so all words in a query must occur, #' but the word order and proximity are ignored. #' - Double quotes indicate exact phrases. -#' - from: will filter to results from that account. +#' - `from:` will filter to results from that account. #' - `-` excludes terms (does not seem to be working at the moment). #' #' Note that matches can occur anywhere in the skeet, not just the text. For diff --git a/man/search_post.Rd b/man/search_post.Rd index c77e393..9d4a0e6 100644 --- a/man/search_post.Rd +++ b/man/search_post.Rd @@ -43,7 +43,7 @@ complex queries). But only a small subset is \href{https://github.com/bluesky-so \item Whitespace is treated as implicit AND, so all words in a query must occur, but the word order and proximity are ignored. \item Double quotes indicate exact phrases. -\item from:\if{html}{\out{}} will filter to results from that account. +\item \verb{from:} will filter to results from that account. \item \code{-} excludes terms (does not seem to be working at the moment). }