You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 13, 2024. It is now read-only.
look at /api/v1/search/app.modules.sightings.models.sighting/mappings and see if location_geo_point has the overridden geo_point type.
when invoke app.elasticsearch.now --model Sighting is run on an empty index, it seems as though effects of patch_elasticsearch_mappings() do not stick. at least a few runs on a dev install seems to indicate this.
Expected Behavior
Current Behavior
/api/v1/search/app.modules.sightings.models.sighting/mappingsand see iflocation_geo_pointhas the overriddengeo_pointtype.when invoke app.elasticsearch.now --model Sighting is run on an empty index, it seems as though effects of patch_elasticsearch_mappings() do not stick. at least a few runs on a dev install seems to indicate this.