| Joomla Extension of the Month - February 08 |
|
| Monday, 11 February 2008 | |
|
You can see the component and module in action on the right-hand side of this site or in component form.
"Advanced Search" not a huge step foward because it piggy-backs on Joomla's existing search functionality, but its a useful and stable component that your users will find much better than the default Joomla search.
Find Out More
Set as favorite Bookmark
Email This
Comments (4)
![]() written by Joseph LeBlanc, February 11, 2008
It's also worth mentioning this extension allows you to set the minimum search length as well (at least, according to the website). Many users (Japanese and Chinese, in particular) have needed this for a while.
written by Vince1, February 21, 2008
Cannot easily tell if this is for Joomla 1 or 1.5.
Also "Access to this content requires a subscription." :-( written by Jasonf, February 29, 2008
You can make a few changes in the components/com_search/search.php
You can't enter a query of more than 20 characters - Its easy you can.. look in the file for // limit searchword to 20 characters then change this if ( strlen( $searchword ) > 20 ) to a higher number For Its hard to customize so that results appear in the order you desire - 2 ways to make it easier look for $ordering = mosGetParam( $_REQUEST, 'ordering', 'newest'); Change newest to popular or what ever else is listed in the php file You can also customize the search by changing this line $searchphrase = mosGetParam( $_REQUEST, 'searchphrase', 'any' ); Change any to all or exact.. I make these simply changes on all my joomla 1.0 site. Enjoy Write comment
|

Our Extension of the Month for 2008 is a very worthy winner, because it overcomes several important limitations in Joomla's core. Joomla's default search component has several issues:
