https://github.com/parolkar/rancho
Location based full text search plugin for rails app
https://github.com/parolkar/rancho
Last synced: 9 months ago
JSON representation
Location based full text search plugin for rails app
- Host: GitHub
- URL: https://github.com/parolkar/rancho
- Owner: parolkar
- License: mit
- Created: 2010-03-17T12:08:46.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-05-01T16:17:14.000Z (about 16 years ago)
- Last Synced: 2025-01-11T18:43:14.740Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
Awesome Lists containing this project
README
Rancho
======
A true Location-based full-text search toolkit
* Rails plugin (> 2.3+)
* Ranking Algorithms : Geo-distance , Word-distance, Word-Frequency
* Realtime indexing (No need of background daemons for updating indexes)
Install
=======
$ cd your_project_dir
$ git clone git://github.com/parolkar/rancho.git vendor/plugins/rancho
$ rake rancho:setup
Copyright (c) 2010 Abhishek Parolkar, released under the MIT license