wvanbergen / scoped_search

Easily search you ActiveRecord models with a simple query language using a named scope.

This URL has Read+Write access

scoped_search / TODO
100644 14 lines (10 sloc) 0.316 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TODO items for named_scope
==========================
Contact willem AT vanbergen DOT org if you want to help out
 
 
New functionality:
- Search model associations as well
- Allow OR-queries
 
Refactoring:
- Better separation of query building and query string parser
 
Testing:
- More tests for the query string parser