#44: multivalue facet fields in acts_as_solr

Solved!
Solr supports faceted search, which is good, but acts_as_solr has pretty terribly documentation, which is bad.

#34: Indexing the results of an nested set ancestry query

I would like to use Sphinx and ThinkingSphinx to index the results of a nested set ancestry query, but I'm not entire sure how. The kind of query I need to do would be something like SELECT id FROM taxa WHERE taxa.lft <= $target_taxon_lft AND taxa.rgt...

#21: Eclipse: exclude directories from file searches

Solved!

Picture 1

In Python / Pylons projects, there is often a data directory consist of semi-compiled text used for template generation. It would be useful if I can skip searching over these files while working in Eclipse. Eclipse has a functionality to search for strings...