asp_only_non_keyword_results
Gives access the results array before sending it to the templating system.
Gives access the results array before sending it to the templating system. Different from asp_results, as this is only applied in ajax context, when any results were found, and no keyword suggestions are enabled.
Parameters
$results (array) - Array containing the result objects.
$search_id (int) - Search instance ID
$phrase(string) - The search phrase
$args (array) - Search arguments
Usage
Last updated