Hi David, I am trying to implement the exclusion filter in Exhibit, but am not quite sure where to add the
items.removeSet(set); return items; Any guidance would be greatly appreciated! -Justin On Sunday, November 15, 2009 1:26:54 PM UTC-8, David Huynh wrote: > > lbjvg wrote: > > David - Thank you for further clarifying the issue. I suppose that > > including the ability to add a NOT operation adds SQL levels of > > complexity that sort of defeat the whole point of Exhibit. > > > > Thanks for the interesting discussion. - Jim > > > You could also create a new kind of facet that excludes rather than > includes. Make a copy of the ListFacet, and then in the restrict function > > > http://code.google.com/p/simile-widgets/source/browse/exhibit/trunk/src/webapp/api/scripts/ui/facets/list-facet.js#211 > > subtract set from items: > > items.removeSet(set); > return items; > > David > > -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
