function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
BlueCloudBlueCloud 

Chatter Connect REST API - Query for Feed Elements

I am trying to search for Feed Items beloging to a certain group using the format below:

https://success.salesforce.com/services/data/v34.0/connect/communities/{communityId}/chatter/feeds/record/{groupId}/feed-elements?q=mytext*

It seems to wotk fine, but there seems to be a few seconds delay between when the post is created and when the search returns the results. I ntoticed similar behavior doing a SOSL search. I moved away from SOSL query to this thinking there won't be any latency.

Is it the expected behavior? 

Here is the API Doc: https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resource_feeds_record.htm#cc_record_feed_items