hi. just got hinted to processwire today. as i am about to develop a portal i try to figure out if this can be done with processwire.
basically it's a portal where people can find other based on distance to a given location and to their skills (like driving license and so on).
i am coming from typo3 world. there i would have a collection of items which a plugin would present on a page.
not sure if this is the way to be in processwire. is it more like each of this items would be a page? or could i introduce a variable like $searchitem to be similiar to the $page approach? well.. from as far as i read the documentation so far i would love to have a
something like $searchitem->find('radius, lat_lng')->find('license', 1) (pseudocode)