Hm... doesn't work areas[] in search! - Joomla! Forum - community, help and support
hm... doesn't work areas[] in search (joomla 3.0.1)!
as example, selected list: contacts & weblinks only, returned results areas:
http://joomla30.cloudaccess.net/index.p ... t=20&areas[0]=contacts&areas[1]=weblinks
upd: added http://joomlacode.org/gf/project/joomla ... m_id=29607
as example, selected list: contacts & weblinks only, returned results areas:
http://joomla30.cloudaccess.net/index.p ... t=20&areas[0]=contacts&areas[1]=weblinks
upd: added http://joomlacode.org/gf/project/joomla ... m_id=29607
hi stemax , joomla community (as first post here)
got same problem joomla 3.0 search. issue registered bug fix. can track current state here.
if want make quickfix edit file in favorite editor:
.../joomla_root/components/com_search/models/search.php
find search model constructor (@ line 54) "public function __construct(){"
then bit lower find line 73: $areas = $app->input->get('areas');
now change founded line read: $areas = $app->input->get('areas', array(), 'array');
helped in case. hope trick your.
lucas.
got same problem joomla 3.0 search. issue registered bug fix. can track current state here.
if want make quickfix edit file in favorite editor:
.../joomla_root/components/com_search/models/search.php
find search model constructor (@ line 54) "public function __construct(){"
then bit lower find line 73: $areas = $app->input->get('areas');
now change founded line read: $areas = $app->input->get('areas', array(), 'array');
helped in case. hope trick your.
lucas.
Comments
Post a Comment