An open API service indexing awesome lists of open source software.

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

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).