[kepler-dev] [Bug 2062] - Number of search results in data panel doesn't match the real result
bugzilla-daemon at ecoinformatics.org
bugzilla-daemon at ecoinformatics.org
Wed Apr 13 14:40:02 PDT 2005
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2062
tao at nceas.ucsb.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tao at nceas.ucsb.edu 2005-04-13 14:40 -------
In QuickSearchAction class, new code was added to set variable - number of hits,
to 0 after a search.
There is another reseaon that the label doesn't match the real hits:
If there is a dot in the result record title, when user use the reult record
which the title contains a dot to create a ptolemy named object, it will cause a
error and the result record couldn't be shown in the table panel. But the number
of hits includes the record. So the label of hits number doesn't match the real
hits in dataset panel. I added a funtion to replace the dot by dash, then it works.
More information about the Kepler-dev
mailing list