Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
From Odelya YomTov - Glick:
Pager getWeblogsByLetterPager(String letter, int sinceDays, int max)
Get pager that returns Weblog objects. Will only return weblogs whose names
start with letter, created in
last sinceDays number of days and never more than max items.
This method is not being documented correctly. Since it returns weblogs
whose handle starts with the first letter of the String letter and not whose
names starts with it.