Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Algolia integration #22

Closed
cto-studiopass opened this issue Oct 6, 2016 · 4 comments
Closed

Algolia integration #22

cto-studiopass opened this issue Oct 6, 2016 · 4 comments

Comments

@cto-studiopass
Copy link

Support location field type in Model. This is an important feature for integration with Algolia.

ex:
_geoloc: {
lat: 40.639751,
lng: -73.778925
}

It must be also possible to have a list of locations. Use case where one wants to record the last 3 locations the user visited in database.

ex:
_geoloc: [
{ "lat": 47.279430, "lng": 5.106450 },
{ "lat": 47.293228, "lng": 5.004570 },
{ "lat": 47.316669, "lng": 5.016670 }
]

@schickling
Copy link
Member

Thanks for bringing this up @StudioPassDE. We look into this as soon as possible!

@schickling schickling changed the title Location field Type in Model Geolocation Datatypes Oct 29, 2016
@sorenbs
Copy link
Member

sorenbs commented Dec 15, 2016

Aurora just released Spatial Indexes, so we are no longer blocked on this https://aws.amazon.com/blogs/aws/amazon-aurora-update-spatial-indexing-and-zero-downtime-patching/

@marktani
Copy link
Contributor

marktani commented Mar 8, 2017

See here how to make this work using the Algolia Integration: https://www.graph.cool/docs/tutorials/algolia-auto-syncing-for-graphql-backends-aroozee9zu#algolia-geosearch

@marktani marktani closed this as completed Mar 8, 2017
@marktani marktani changed the title Geolocation Datatypes Algolia integration Mar 8, 2017
@marktani
Copy link
Contributor

marktani commented Mar 8, 2017

See feature request for Geolocation Datatype #28

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants