I have a issue with the mysql query of business search.

1. if a catagory contains 2 words for example 'test this' you can't find this in keyword search form.
2. If a place name contains a stripe "-" character then the hyperlinks under locations widget won't work properly.
3. I miss the functionality to search on Business Type, it will be usefull if it is possible to search at multiple business types, same style as gender search in users/people page
4. When mouse over the review stars in businesslist the mouse pointer change to red circle with a stripe. Isn't it better to make it clickable? When users clicks on it they should be on write review page.

Comments (5)
Layla  
Fixed point 1 & 3//find by business type$cond['OR'][] = "Business.business_type_id IN(SELECT id FROM ".$this->tablePrefix."business_types WHERE name = '$keyword&#039";Point 3: var initAdvancedSearchDialog = function (){ $(".multi".multiSelect({...  more
Layla  
Fixed point 2

$location = $mBusinessLocation->findByName($params['keyword_location']);

if($location == null)
{
$location = $mBusinessLocation->findByName(str_replace(" ", "-", $params['keyword_location']));
}
Layla  
finaly modified
Layla  
Point 4: user should be redirected to /business-reviews/
Layla  
Mark Duy Duy (mooTechnicalTeam) Kent Lam (mooSupport) what's the direct url to advanced_search_dialog ?
No login
Login or register to post your comment
Cookies on mooCommunity - Social Networking Script.
This site uses cookies to store your information on your computer.