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 Dec 16, 2021. It is now read-only.
Hello!
I'm this plugin and i'dlike to perform a search using "geo_points" on Elasticsearch.
When i manually create the geo_point field on the index that i using, the search works perfectly.
But the problem is that on strapi there is not way to create a field with this "geo_point" type required for Elasticsearch, and then my search won't work.
So, is there a way to create this type of field (geo_points) using this plugin?