Query a user or community with wildcard characters

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%
–header ‘Authorization: Bearer 123’

like

select * from communities where displayName like %remunera%

ty

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

1 Like