Search in parcel list
Currently the parcel list component fetches the whole parcel list and then uses local filtering to offer easy search:
In order to improve the performance, it should be switched to using pagination on the endpoint. That would mean that we need to have some basic server-side search, as it will not be possible to perform it locally anymore.