Hi all,
Well, I've finally got time to work on Whoosh again. I'm going to focus
on catching up with bugs and pull requests this weekend and make a 2.5
bug-fix release before trying finish and release Whoosh 3.0.
First, here's the source code for the demo application I showed at my
PyCon 2013 talk:
https://bitbucket.org/mchaput/whoosh-demo/
This is pretty quick-and-dirty code since I wrote it in a few hours the
day of the presentation!
The demo has a few issues right now:
* The code is undocumented/uncommented and hacky so it's not very useful
for education right now.
* It requires a Flask plugin to integrate Mako templates with Flask. You
can get the plugin here:
https://github.com/tzellman/flask-mako/
(There is a different flask-mako plugin in PyPI but that one doesn't work!)
* The "grouping" part of the demo just displays a dictionary of docnums
because I didn't have time to finish that part.
I'm going to try to come back to this code and make it more useful, but
in the meantime if anyone wants to try to fix it up be my guest :)
Cheers,
Matt