Comments on: DJFacet: a faceted browser for Django http://www.michelepasin.org/blog/2011/06/09/djfacet-a-django-faceted-browser/ At the core of all well-founded belief lies belief that is unfounded - Wittgenstein Sun, 08 Apr 2012 17:54:14 +0000 hourly 1 https://wordpress.org/?v=5.2.11 By: Bill Burris http://www.michelepasin.org/blog/2011/06/09/djfacet-a-django-faceted-browser/comment-page-1/#comment-215 Sun, 08 Apr 2012 17:54:14 +0000 http://www.michelepasin.org/blog/?p=1439#comment-215 Just starting to play with DJFacets. I would like to show facets for ranges of values for a specific column/field. For instance, for price I would like to show facets for $0 – $1000, $1001 – $2000, and >= $2001. Where to I do this? I am hoping I can do it at the “facet behavior” level using the “querypath” option, by using a django filtered query.

Please tell me how to do it (code samples are very much appreciated – so I don’t mess up on some syntactic technicality).

Thanks.

]]>