# My Communities Search Page

The My Communities Search Page provides a streamlined and efficient way to find and manage your joined communities. Simply enter a keyword into the search bar, and the system will quickly display a list of communities that match your search criteria. This feature is perfect for users who are part of multiple groups and need a quick way to locate and access specific communities. Stay organized and connected with the My Communities Search Page, your gateway to a more personalized and interactive community experience.

<div><figure><img src="/files/wSAeDC6v0XDsIHfDv2Al" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/GayJsggFbSXeCq9moeg9" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/74pJxpfF8mgyyKUjT3sW" alt="" width="188"><figcaption></figcaption></figure></div>

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

<table data-header-hidden><thead><tr><th width="278"></th><th></th></tr></thead><tbody><tr><td>Feature</td><td>Description</td></tr><tr><td>Search Bar</td><td>Type search keyword and it will search across list of all communities and users.</td></tr><tr><td>Community search result</td><td>Displays filtered communities, and clicks to open Community Profile Page</td></tr></tbody></table>

### Customization

<table><thead><tr><th width="320">Config ID</th><th width="122">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>my_communities_search_page/*/*</code></td><td>Page</td><td>You can customize page <code>theme</code></td></tr><tr><td><code>my_communities_search_page/*/community_private_badge</code></td><td>Element</td><td>You can customize <code>icon</code></td></tr><tr><td><code>my_communities_search_page/*/community_official_badge</code></td><td>Element</td><td>You can customize <code>icon</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/625b17e4cda6845dfcc8a3d6f3b72233>" %}
{% endtab %}

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

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

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

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

### Navigation Behavior

When a user clicks on a community in the search results, they are seamlessly navigated to the community's profile page. This page provides detailed information about the community, including posts, members, and activities. This intuitive navigation ensures that users can quickly and effortlessly explore and engage with the communities they are interested in.

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/cedc2f42db9e82597b1768a95e72afdf>" %}
{% endtab %}

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

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

{% tab title="React Native" %}
{% embed url="<https://gist.github.com/amythee/7b92ee13b126821328f7a5a626741aa4>" %}
{% 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/my-communities-search-page.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.
