[Zope-dev] Re: UniqueValuesFor
Michel Pelletier
michel@digicool.com
Fri, 23 Jul 1999 12:02:08 -0400
Jason Spisak wrote:
>
> Michel,
>
> If I have multiple types (say ZClasses Foo and Bar) with the property
> "city" indexed, then they all show up in the UniqueValuesFor in a select
> list. But if I select a city in that list that is indexed becuase of an
> instance of Bar, and my report is asking only for meta_type['Foo'], I
> get back all Foo's rather than "No Results". I should get back nothing, correct?
>
Yup, but I'd have to see your DTML.
-Michel