Hi Krit R,
In your advancesearch tag there is one attribute showMaxHits use this attribute as false.
example:
<thtmlb:advancedSearch id = "advs0"
fieldMetadata = "<%= controller->GET_DQUERY_DEFINITIONS( ) %>"
header = "<%= SEARCH->get_param_struct_name( ) %>"
fieldNames = "<%= controller->GET_POSSIBLE_FIELDS( ) %>"
values = "//SEARCH/PARAMETERS"
maxHits = "//SEARCH/max_hits"
onEnter = "Search"
showMaxHits = "FALSE"
ajaxDeltaHandling = "false" />
try this.
Regards,
Srinivas.