kidpollo / tanker

IndexTank Integration with your fav ORM
MIT License
97 stars 30 forks source link

Geospatial example not working #44

Closed e10jon closed 13 years ago

e10jon commented 13 years ago

The current Geospatial example code does not produced the desired result. Should the defined index functions be using d[0] q[0] notation or should it be doc.var[0] query.var[0]? And should the Tanker.search function be accepting :var0 :var1 parameters or should it be acception :variables => {0 => ..., 1 => ...}?

e10jon commented 13 years ago

Nevermind. Forgot to run "rake tanker:functions"