# User Search Result Component

The User Search Result Component is a key element of the Global Search Page, providing a clear and organized display of users that match your search criteria. After entering a keyword into the Top Search Bar, this component instantly updates to show a list of relevant users. This component is designed to streamline your search process, making it simple to find and engage with users who share your interests and goals, thereby fostering a more connected and interactive platform experience.

<figure><img src="/files/nwb7w7Sv9xZAL2SsvvD3" alt=""><figcaption></figcaption></figure>

### Features <a href="#features" id="features"></a>

<table data-header-hidden><thead><tr><th width="184"></th><th></th></tr></thead><tbody><tr><td>Feature</td><td>Description</td></tr><tr><td>Users list</td><td>A list of users matching to search keyword</td></tr></tbody></table>

### Customization

<table><thead><tr><th width="277">Config ID</th><th width="129">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>social_global_search_page/user_search_result/*</code></td><td>Component</td><td>You can customize component <code>theme</code></td></tr></tbody></table>

For more details on customization, please refer to the [Customization](/social-plus-uikit/uikit-4/customization.md) page.

### Usage <a href="#usage" id="usage"></a>

{% tabs %}
{% tab title="iOS" %}
{% embed url="<https://gist.github.com/amythee/26505e8b4223f0e83dd13c0cafa6c5bc>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/3349d4e86e966780c2ac0195ffe10dbf>" %}
{% endtab %}

{% tab title="Web" %}
{% embed url="<https://gist.github.com/amythee/3ae0a3136d14013db1e5a89315bb97c0>" %}
{% endtab %}

{% tab title="React Native" %}
{% embed url="<https://gist.github.com/amythee/8223e93247a4aaeeca60ea651f14168a>" %}
{% endtab %}

{% tab title="Flutter" %}
{% embed url="<https://gist.github.com/amythee/9a2e23d103120ff5c6344aeaefa0de0e>" %}
{% endtab %}
{% endtabs %}

### Navigation Behavior

When a user clicks on a profile in the user search results, they are seamlessly navigated to that user's profile page. This page offers detailed information about the user, including their posts, activities, and connections. This intuitive navigation ensures that users can quickly and effortlessly explore and connect with individuals who match their interests.

For more details, please refer to the [Overriding Navigation Behavior](https://docs.amity.co/amity-uikit/uikit-v4-beta/customization/overriding-navigation-behaviour) page.

{% tabs %}
{% tab title="iOS" %}
{% embed url="<https://gist.github.com/amythee/420c92c15054e1e03415e48b42e0a2cb>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/5ec0de381a6cd0a642b6041293cbac35>" %}
{% endtab %}

{% tab title="Web" %}
{% embed url="<https://gist.github.com/amythee/3ae0a3136d14013db1e5a89315bb97c0>" %}
{% endtab %}

{% tab title="React Native" %}
{% embed url="<https://gist.github.com/amythee/8223e93247a4aaeeca60ea651f14168a>" %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.social.plus/social-plus-uikit/uikit-4/social/discover-and-search/global-search-page/user-search-result-component.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
