can anyone help me with that:
I created a jobboard. Users can post jobs and each job can have up to 8 addresses. The addresses are saved in a field with type_list of geographic address. Now I want to give other Users the possibility to search through all jobs by typing an address and selecting a radius. The User should see all jobs that have at least one address-item within the selected radius from the address.
I tried lots of different ways with filter and constraints but non of these really works.