Checked my logs and it says it’s done backfilling ...
# random
a
Checked my logs and it says it’s done backfilling but I can see any document
k
Can you please double check that you have created the collection in Typesense properly?
j
@Anthony Akpan (Kromate) Could you share a screenshot of your extension configuration screen? And also the logs?
a
Hi
Jason
figured it out
my configuration was wrong
I have a new issue though
my application is - https://taaskly.xyz/main/shop it has a geo-search feature
the issue here is my existing document is structure this way location:{ lat:6.5243793 lng:3.3792057 name:“Lagos, Nigeria” } with a geohash field geohash: “s14mhgsxm0"
How do you suggest I go above this
@Jason Bosco your advise would be much appreciated
j
If you use the Firestore GeoPoint data type, then the extension will take care of syncing it into the Typesense geopoint format. If you’re using a custom format, then you would have to fork the Google Cloud function in the extension and update this line to do the transformation needed, into the Typesense format
a
Thank you would look into it
👍 1