From 1a6293db4431ff811b005be9bc7109aa1279f022 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Mon, 30 Jul 2018 14:49:25 +0200 Subject: Update documentation for search() --- mastodon/Mastodon.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mastodon/Mastodon.py') 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: def search(self, q, resolve=False): """ Fetch matching hashtags, accounts and statuses. Will search federated - instances if resolve is True. + instances if resolve is True. Full-text search is only enabled if + the instance supports it, and is restricted to statuses the logged-in + user wrote or was mentioned in. Returns a `search result dict`_. """ -- cgit v1.2.3