1
0
Fork 0

API - /search #6274

- fixed: search result always return empty
- add hashtag search: friendica_tag params
- ApiTest & api.md updated
This commit is contained in:
root 2018-12-16 16:11:55 +00:00 committed by Hypolite Petovan
commit 939364f9a0
3 changed files with 49 additions and 22 deletions

View file

@ -751,6 +751,7 @@ Friendica doesn't allow showing followers of other users.
#### Parameters
* q: search query
* friendica_tag: search hashtag (optional; query condition only accept one of the two [ q | friendica_tag ] )
* page: the page number (starting at 1) to return
* rpp: the number of statuses to return per page
* count: alias for the rpp parameter