search As Json Suspend
searchAsJsonSuspendThis function requests a search to be performed by search Term (keyword/tag based on resolver setup default is tag(used in example app)) note: cache is not used for search, but if you open item it will be cached
returns result either
Parameters
string to search (searches TAG by default)
index in which to start (ie for pagination, you may want to start at index for next page)
number of entries to request: (valid range VALID_COLLECTION_SIZE_RANGE, will coerce parameter into this range if it is outside)
searchAsJsonSuspend this function requests a search to be performed by search Term (keyword/tag based on resolver setup default is tag(used in example app)) note: cache is not used for search, but if you open item it will be cached
returns result either
Parameters
list of strings to search (searches TAG by default)
index in which to start (ie for pagination, you may want to start at index for next page)
number of entries to request: (valid range VALID_COLLECTION_SIZE_RANGE, will coerce parameter into this range if it is outside)