public
Description: Ruby on Rails configurator and client to the Sphinx full text search engine
Homepage: http://blog.evanweaver.com/files/doc/fauna/ultrasphinx/
Clone URL: git://github.com/fauna/ultrasphinx.git
Matt Gleeson (author)
Thu Jun 18 12:40:45 -0700 2009
fauna (committer)
Sat Jun 27 11:04:12 -0700 2009
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