Hi, after last hotspot component update the search results by keyword display Category name instead of Hotspot name in the list. I debugged it and found out that the problem maybe was based on the field name change of hotspots table (description to title). Most probably there is a field name ambiguity because category table has also a title field and when category is joined to markers then we got the problem. I commented out line (375) $q->select('c.title'); in components\com_hotspots\models\json.php and problem was solved. But i do not know if there collateral consequences.
1) Is this ok as a solution or is there any better alternative for a solution?
Regards,
Georgopoulos Nikos