First of all thank you for this great module!

I managed to get it work without any problems. But I got into trouble in processing information using Views when user interaction is needed - when user is required to enter the searched address into Views exposed forms.
As we know, OpenLayers Geocoder module auto-fill other CCK text fields on the node submission form with values ​​coming from the geocoder field.
As web site grows, the number of geografic information stored in CCK fields is often quite large. I believe that for entering geografic names into Views exposed forms would be most suitable autocomplete functionality, which takes values from particular CCK field. The problem is that Views exposed filters do not have autocomplete functionality for text fields.

I got stucked with this, therefore I would like to ask you for any advice on how to solve this problem.

Thanks in advance.