We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

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
commit  042c5bcf0bd41174cafca9efda1b28743b85638a
tree    1395d6672135337579ca4d75f269b621024794c1
parent  15090f62602ea7de641fee0798b52ee511df1779
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