-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #800: Add searching option to listing user profiles endpoint
da4ee5d refactor: [#799] more descriptive function comment and code cleanup (Mario) 67cafad fix: [#799] max number of results adjusted to page size (Mario) 9759a0c feat: [#799] get user profiles endpoint now supports searching (Mario) Pull request description: Resolves #799 ACKs for top commit: josecelano: ACK da4ee5d Tree-SHA512: f88ad5ee1b72fecf0d6492048135db7ba351426cdee515efd7eda0e4ee2e93007095cdf4f0efb2d6bde3481381eb62f6e72aae0d7fd0735747903275c67d0f8d
- Loading branch information
Showing
5 changed files
with
44 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,6 @@ impl Api { | |
} | ||
|
||
fn default_max_user_profile_page_size() -> u8 { | ||
30 | ||
100 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters