--- OSAS/OSA_system/OSAS_search.py 2004/07/29 16:14:21 1.6 +++ OSAS/OSA_system/OSAS_search.py 2004/07/29 18:31:05 1.7 @@ -191,7 +191,7 @@ class OSAS_search(Folder): if restypefilter: res = [] for r in results: - if r.type in restypefilter: + if r.type == restypefilter: res.append(r) else: res = results