Actions
Bug #2938
closedSearch is not working correctly on Morpho
Start date:
09/06/2007
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2938
Description
I did a search using Morpho for Title using the contains and then the starts-with.
I get a return of all of the data sets 15,000 +. The title search used to work pretty fast. I wonder if this is tied to the search changes made recently to speed up online searches. It is much slower for getting data packages that I need to edit.
Updated by Jing Tao about 17 years ago
Actually it is a metacat bug. In metacat QueryGroup class, there is bug for checking if there is single value for search in a if statement. It should be !singleValueVector.isEmpty(). Unfortunately it was singleValueVector.isEmpty() :(
After fix it, it works now.
Actions