aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-07-30 14:49:25 +0200
committerLorenz Diener <[email protected]>2018-07-30 14:49:25 +0200
commit1a6293db4431ff811b005be9bc7109aa1279f022 (patch)
treef13ac38889b8ee5964b5f2b10981bec01ffe4654
parentd1a3277a8b757b71d16dfde9d3cc4f941dafb4ff (diff)
downloadmastodon.py-1a6293db4431ff811b005be9bc7109aa1279f022.tar.gz
Update documentation for search()
-rw-r--r--mastodon/Mastodon.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py
index e33acc1..9a9b2d9 100644
--- a/mastodon/Mastodon.py
+++ b/mastodon/Mastodon.py
@@ -839,7 +839,9 @@ class Mastodon:
839 def search(self, q, resolve=False): 839 def search(self, q, resolve=False):
840 """ 840 """
841 Fetch matching hashtags, accounts and statuses. Will search federated 841 Fetch matching hashtags, accounts and statuses. Will search federated
842 instances if resolve is True. 842 instances if resolve is True. Full-text search is only enabled if
843 the instance supports it, and is restricted to statuses the logged-in
844 user wrote or was mentioned in.
843 845
844 Returns a `search result dict`_. 846 Returns a `search result dict`_.
845 """ 847 """
Powered by cgit v1.2.3 (git 2.41.0)