Because of some performance troubles (loading time increasing with more markers based on client network speed) we added limit to 100 markers on map in search, this can be changed by following hint image:
Tag Archives: limit
How do I customize character limit to other value?
Open application\controllers\frontend.php, search forĀ option_chlimit_ and then change: for example red number (on more places):
$estate['option_chlimit_'.$key1] = character_limiter(strip_tags($row1), 80);