Hi everyone!

I am currently using Drupal 7 with Views 7.x-3.20+1-dev and Geofield 7.x-2.3 . I have created a content type "Job" that contains an address field that is geocoded to a geofield. Jobs can then be searched in a view that contains an exposed filter allowing a user to find jobs near them.

When I navigate to this view however, I get an error:

Notice: Undefined index: field_geofield_distance in views_handler_filter->store_exposed_input() (line 1395 of /srv/bindings/088679d38dbc4388b89600f4b79a536b/code/sites/all/modules/views/handlers/views_handler_filter.inc).

I saw that there was a similar error located here:

https://www.drupal.org/project/views/issues/2900405

However, the patch seems to refer to different lines than the current version of Views. I am wondering if there is currently a fix for this and/or it is going to be implemented in a new version of Views.

Any help is much appreciated.

Thank you!

Comments

seanflan62 created an issue. See original summary.

jyraya’s picture

damienmckenna’s picture

Status: Active » Closed (duplicate)
Issue tags: -views, -exposed filter, -Geofield, -geofield distance

Please test out the latest -dev snapshot, the bug should be fixed now. Thanks.