System Information
- Strapi V4:
- OS : Windows:
- MySQL:
- Node v20.12.2:
- NPM 10.5.0:
- Yarn 1.22.22:
I tired several ways creating customField, but the data will be stored as string type.
I also tried to extend the default service & controller to tweak query but this never worked.
Other way i tired to create a custom field and type of json and data structure {lat:12.77212, lng: 14.7846}
and wanted to tweak the query and save it as point(lat lng) but didnt work
Any help would be appreciated