https://github.com/yagudaev/search_on_rails_demo
Demo repository for demonstrating rails search using different techniques
https://github.com/yagudaev/search_on_rails_demo
full-text-search fuzzy-logic postgres rails search
Last synced: 3 months ago
JSON representation
Demo repository for demonstrating rails search using different techniques
- Host: GitHub
- URL: https://github.com/yagudaev/search_on_rails_demo
- Owner: yagudaev
- Created: 2020-12-21T00:10:38.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-17T22:53:33.000Z (over 4 years ago)
- Last Synced: 2025-03-06T05:16:43.689Z (7 months ago)
- Topics: full-text-search, fuzzy-logic, postgres, rails, search
- Language: Ruby
- Homepage: https://demo.searchonrails.com/
- Size: 25.3 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Search On Rails Demo
This is a demo repository for [searchonrails.com](https://www.searchonrails.com). It is designed to help test ideas, compare benchmarks, derive course material and in general implement a great search.
## Live Demo
There is a live demo available on [demo.searchonrails.com](https://demo.searchonrails.com). The demo site showcases several approaches to search and let you compare the merits of each different approach.
Best practices and advice on [building a great search in rails](https://www.searchonrails.com).