Actions
Bug #1451
closednull returndoctype fails to return all documents
Start date:
04/05/2004
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
1451
Description
When the pathquery "returndoctype" filed is omitted, metacat is supposed to
return all matching documents. In fact, no documents are returned under version
1.3.1, because it filters out all documents in the returndoctype listt is empty
or null. Fixing this will require chaning the logic in the DBQuery module to
include results even when the returndoctype field is not present.
Updated by Matt Jones over 20 years ago
Fixed DBQuery.java to allow results even when returndoctype is null, as is
appropriate behavior. Now, both query fields (returndoctype and filterdoctype)
work as originally intended. Fixes checked into CVS.
Actions