Skip to content

Task #150380 feat: Create the search functionality for find joomla user#25

Merged
manojLondhe merged 8 commits intotechjoomla:release-2.0.1from
Pratikshakhandagale:150380
May 25, 2020
Merged

Task #150380 feat: Create the search functionality for find joomla user#25
manojLondhe merged 8 commits intotechjoomla:release-2.0.1from
Pratikshakhandagale:150380

Conversation

@Pratikshakhandagale
Copy link
Contributor

No description provided.

@Pratikshakhandagale Pratikshakhandagale self-assigned this Sep 10, 2019
@Pratikshakhandagale Pratikshakhandagale changed the base branch from master to release-2.0.1 September 13, 2019 06:57
$users = $model->getItems();

if (!$users)
{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Pratikshakhandagale @thite-amol This is a valid request, right?
Shall this be code 200, with message as No matching users ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I meant return regular response with no users, and a message?

Response body:

{
    "err_msg": "",
    "err_code": "",
    "response_id": "5e296856caf65",
    "api": "users.users",
    "version": "",
    "data": {
        "result": [],
        "empty_message": "User not found"
    }
}
@manojLondhe manojLondhe merged commit cf9e04a into techjoomla:release-2.0.1 May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants