Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
スマート検索プラグインを有効にしたところ、すべてが素晴らしかったです!
クエリの結果が 1 つになるタイミングを知りたかっただけです。Joomla が大好きです! ユーザーをこのページに直接誘導します。:(
誰でもこの問題を抱えて解決しましたか?
このファイルcomponents\com_finder\views\search\view.html.phpで、display 関数内に以下の行を追加します。この行の後 -$this->assignRef('pagination', $pagination);
components\com_finder\views\search\view.html.php
$this->assignRef('pagination', $pagination);
if(count($results)==1){ $app->redirect($results[0]->path); }
これはコア ファイルの変更であるため、必要に応じて変更してください。
うまくいかない場合はお知らせください。