Add item-per-page to search request #31
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: friendica/friendica-directory#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, a
/searchis returning a fixed count of 20 entries.See
a0cfd33521/src/classes/Controllers/Api/Search.php (L40)It would be nice to be able to set the amount of entries per page (like it's possible in Friendica itself or for
/match)