mcrowe / soulmate.js

A jQuery front-end for the soulmate auto-suggestion gem
MIT License
121 stars 18 forks source link

data url #11

Closed wpram closed 10 years ago

wpram commented 11 years ago

Hi,

I need help with adding data url into the redis database in soulmate. Does soulmate.js link to the url? Cause when I see your demo, it doesn't link to the seatgeek search result.

Thanks

mcrowe commented 10 years ago

Hi @wpram . Sorry, I honestly never saw this issue until now. My notifications somehow missed it!

soulmate.js does not connect directly to redis. It uses the http API provided by the soulmate gem. Hooking up soulmate to a redis database is explained in the soulmate project repo.