teamtnt / laravel-scout-tntsearch-driver

Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch
MIT License
1.1k stars 144 forks source link

Geo Search possible? #170

Closed ge022 closed 6 years ago

ge022 commented 6 years ago

Is TNTGeoSearch possible with this library? How can I implement this feature into my existing app that's using this driver?

nticaric commented 6 years ago

It's possible but not with the scout driver, take a look here https://github.com/teamtnt/tntsearch

ge022 commented 6 years ago

@nticaric I was looking at the tntsearch documentation, but I can not see how I can search using my existing created by this driver.

nticaric commented 6 years ago

You cannot use the existing index created with scout, you have to create a new one. In the readme is a basic example

https://github.com/teamtnt/tntsearch#geo-search

ge022 commented 6 years ago

That is a deal breaker for me... I was really hoping I could geo search the existing index.