# Query a user or community with wildcard characters

**URL:** https://forum.social.plus/t/query-a-user-or-community-with-wildcard-characters/960
**Category:** General
**Created:** [October 25, 2023, 1:21pm UTC](https://forum.social.plus/t/query-a-user-or-community-with-wildcard-characters/960 "2023-10-25T13:21:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![gustavo.oasis](https://avatars.discourse-cdn.com/v4/letter/g/dfb087/32.png) [@gustavo.oasis](https://forum.social.plus/u/gustavo.oasis)
#### Post date: [October 25, 2023, 1:21pm UTC](https://forum.social.plus/t/query-a-user-or-community-with-wildcard-characters/960/1 "2023-10-25T13:21:51Z")

</div>

Is there any way to perform a query in the amity api using wildcard characters?

For exemple:  
curl --location ‘[https://apix.sa.amity.co/api/v3/communities?keyword=%remunera%](https://apix.sa.amity.co/api/v3/communities?keyword=%25remunera%25)’   
–header ‘Authorization: Bearer 123’

like

select \* from communities where displayName like `%remunera%`

ty

---

<div class="post-metadata">

### Author: ![SocialPlus\_Support](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.social.plus/socialplus_support/32/798_2.png) [@SocialPlus\_Support](https://forum.social.plus/u/SocialPlus_Support)
#### Post date: [October 25, 2023, 4:59pm UTC](https://forum.social.plus/t/query-a-user-or-community-with-wildcard-characters/960/2 "2023-10-25T16:59:58Z")

</div>

Hello, currently, we only support search/query for partial or exact matches.
