public
Description: a maintained fork of Evan Weaver's Ultrasphinx code -- see the escape_sql branch
Homepage: http://blog.evanweaver.com/files/doc/fauna/ultrasphinx/files/README.html
Clone URL: git://github.com/DrMark/ultrasphinx.git
ultrasphinx / TODO
100644 13 lines (8 sloc) 0.308 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
 
Planned:
 
* Finish unifying filters and textfields
* Support exclude filters
* Make sure filters can be set to nil
* Geolocation search
 
Not sure:
 
* Use Pat Allan's association configurator, possibly with an API change to avoid the message-passing DSL
* Use Treetop for the query parser instead of regexes