- Issue created by @fskreuz
The regular filter can be geocoded with a configured geocoder provider. But contextual filter values do not have this option.
- Create a content type with a geofield.
- Index that geofield in a search_api index.
- Create a view of that index with both regular and contextual filters on that geofield.
The regular filter will have geocoding options, while the contextual filter does not.
Extend SearchApiLocationPoint with a geocoding option like the regular filter when search_api_location_geocoder
submodule is enabled. The existing filter already seems to expect location info (geoPHP::detectFormat()
), just need to add the ability to geocode plain text using an available geocoder into that expected format.
- Test
- Review
- Merge
- Additional options to the location field contextual filter similar to the regular filter.
- None
- None
Active
1.0
Code