Create search results

we are trying to create a custom search field using the below code , But the search results are throwing empty guids

 

#set($ideaslist = $telligentIdeas_v1_ideas.List("%{PageSize = 1, IncludeSubGroups = 'true', SortBy = 'date' }"))



#set($typeid= $telligentIdeas_v1_ideas.ContentTypeId)
#set($date = $core_v2_utility.CurrentUserDate)

#set($searchResultResponse = $core_v2_searchResult.Create("123456789","5d2cdedd-99ad-4ad2-9b88-3a3977637cb2" ,"$typeid", $ideaslist.Url, $date, "Administrators", "Abcd"))
$searchResultResponse

Parents Reply Children
No Data