Filter ({{ numberOfResults$ | async }})
State: {{ criteria.state }}
City: {{ criteria.city.name }}
Price: {{ criteria.minPrice || 'Any' }} - {{ criteria.maxPrice || 'Any' }}
Revenue: {{ criteria.minRevenue || 'Any' }} - {{ criteria.maxRevenue || 'Any' }}
Cashflow: {{ criteria.minCashFlow || 'Any' }} - {{ criteria.maxCashFlow || 'Any' }}
Title: {{ criteria.title }}
Categories: {{ criteria.types.join(', ') }}
Property Type: {{ getSelectedPropertyTypeName() }}
Employees: {{ criteria.minNumberEmployees || 'Any' }} - {{ criteria.maxNumberEmployees || 'Any' }}
Years established: {{ criteria.establishedMin || 'Any' }}
Broker: {{ criteria.brokerName }}
@if(criteria.criteriaType==='businessListings') {
@for (radius of [5, 20, 50, 100, 200, 300, 400, 500]; track radius) {
}
}