2 Dec
2004
2 Dec
'04
7:16 p.m.
Hi again I'm try to make searches for owner For that I create a FieldIndex with Indexed attributes getOwner
I reindex the catalog and it found 17 objects for Owner
But if I make a search for Owner ZCatalog returns an empty list
Can you help me, please?
make sure you are searching on the same field 'name' that you indexed (ie. 'getOwner'), and make sure that the field value you select is valid (ie. the FieldIndex must contain an entry which exactly matches the search term you use). HTH Jonathan