Joomla Search function - Joomla! Forum - community, help and support
hello
i have odd issue , i'm not sure how fix it. have 1800 articles , when search author (basic search box), 'roche', results contain word 'petrochemical'. there way make default search not search words inside word? not sure called.
cheers
i have odd issue , i'm not sure how fix it. have 1800 articles , when search author (basic search box), 'roche', results contain word 'petrochemical'. there way make default search not search words inside word? not sure called.
cheers
interesting request. question led me on little yoyage of discovery now.
i found interesting approach fulltext searches http://stackoverflow.com/questions/1568 ... e-variable
then looked way default content search plug-in queries , can see why it's returning partial word matches (which suits people).
if you're bit of programming, create alternative content search plug-in use instead of default 1 (by unpublishing it). shouldn't take long, have go @ myself if can find couple of hours.
but there no setting achieving result want afaik.
aside: noticed of sites 2.5 use myisam engine (which above approach requires), 3.0 site uses innodb. can't find reference change in choice of engine joomla team, i'm not sure if it's quirk way set 3.0 site. strange.
i found interesting approach fulltext searches http://stackoverflow.com/questions/1568 ... e-variable
then looked way default content search plug-in queries , can see why it's returning partial word matches (which suits people).
if you're bit of programming, create alternative content search plug-in use instead of default 1 (by unpublishing it). shouldn't take long, have go @ myself if can find couple of hours.
but there no setting achieving result want afaik.
aside: noticed of sites 2.5 use myisam engine (which above approach requires), 3.0 site uses innodb. can't find reference change in choice of engine joomla team, i'm not sure if it's quirk way set 3.0 site. strange.
Comments
Post a Comment