Cross-lookup search with 2 fields - Joomla! Forum - community, help and support
hallo eberybody , new year!
i'm searching way have search 2 fileds "what" , "where" in order find articles contein word (ex fishing) , place (ex germany) . i'm using joomla 2.5 ... put me in right way please?
thanks in advance
i'm searching way have search 2 fileds "what" , "where" in order find articles contein word (ex fishing) , place (ex germany) . i'm using joomla 2.5 ... put me in right way please?
thanks in advance
will search location , subject or search more general?
if it's location , subject add html form , php code article drop down list of locations , drop down list of subjects. form action can set url containing appropriate syntax search containing 2 selected fields or similar:
you can create html form manually , use sourcerer or similar insert php code or use form component chronoforms or similar.
if looking more general search or keyword/tagging extension maybe check out "site search" , "tags , clouds" categories in jed:
http://extensions.joomla.org/extensions ... ite-search
http://extensions.joomla.org/extensions ... s-a-clouds
neil.
if it's location , subject add html form , php code article drop down list of locations , drop down list of subjects. form action can set url containing appropriate syntax search containing 2 selected fields or similar:
code: select all
index.php?option=com_finder&view=search&itemid=370&q=<?php echo $location; ?>+<?php echo $subject; ?>you can create html form manually , use sourcerer or similar insert php code or use form component chronoforms or similar.
if looking more general search or keyword/tagging extension maybe check out "site search" , "tags , clouds" categories in jed:
http://extensions.joomla.org/extensions ... ite-search
http://extensions.joomla.org/extensions ... s-a-clouds
neil.
Comments
Post a Comment