If you do get to the point where a discovery layer seems useful, do
look at the code for ideas. If it's useful as a whole project, please
use it. If you squash bugs or come up with features that could be of
use to others, please let me know on this list and we'll see about
getting that code into the project.
For something of this nature (searching in Django) you might also look
at Haystack (http://haystacksearch.org/), which has generalized the
concept in interesting ways.
> --
> You received this message because you are subscribed to the Google
> Groups "Kochief" group.
> To post to this group, send email to koc...@googlegroups.com
> To unsubscribe from this group, send email to
> kochief+u...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/kochief
I also have used it for prototyping faceted search interfaces for two
different APIs and find it useful for exploratory work like that.
With MARC based bibliographic data:
http://library.brown.edu/titles
With Solr index built from MODS data:
http://library.brown.edu/cds/projects/quran/search
Ted Lawless