diff options
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 4 |
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 | """ |