2012-03-20, 21:15:30
Nobody Wrote:Hello!
I try I18N Search plugin (in template.php):
and on the pageCode:<?php print_r(return_i18n_search_results('news'));?>
Code:Array ( [totalCount] => 1 [first] => 0 [results] => Array ( [0] => I18nSearchResultPage Object ( [data:protected] => [tags:protected] => [title:protected] => [content:protected] => [id:I18nSearchResultItem:private] => bylismy [language:I18nSearchResultItem:private] => [creDate:I18nSearchResultItem:private] => 1332162574 [pubDate:I18nSearchResultItem:private] => 1332162574 [score:I18nSearchResultItem:private] => 1 ) ) )
What I've done wrong?
What do you want to do?
If you want to display the search result, use get_i18n_search_results(...).