Mastodon: search API call not returning any statuses, ever.

Created on 7 Apr 2017  路  3Comments  路  Source: tootsuite/mastodon

'statuses' of the content search API call (/api/v1/search) never seems to actually return any statuses.
Hashtags and accounts are returned without problems.

Steps to reproduce: https://mastodon.social/api/v1/search/?q=e

Since "e" is the most frequently used character, we should be getting pretty much all statuses here, shouldn't we?


  • [x] I searched or browsed the repo鈥檚 other issues to ensure this is not a duplicate.
api

Most helpful comment

Adding my voice to request full text search :-)

All 3 comments

Not bug. Intended behaviour. statuses returns a status if you search for it by permalink URL (it does a network resolve). There is currently no full-text search on all statuses.

Would you turn this into a low-priority feature request, then?

Adding my voice to request full text search :-)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thomaskuntzz picture thomaskuntzz  路  3Comments

selfagency picture selfagency  路  3Comments

almafeta picture almafeta  路  3Comments

ccoenen picture ccoenen  路  3Comments

Gargron picture Gargron  路  3Comments