solar query not giving data when using profilefield

Hi all,

i am running the below code at my community

#set($query = "type:user && profile_type:ABC" )

 #set($results = $core_v2_searchResult.List("%{ Query = $query}"))

$results.TotalCount

there are lots of record that contain ABC value in profile field "type" but i am getting constant data ,even though when i am creating a new user with profile file type having value ABC but count is not increasing.

Parents Reply Children
No Data