Closed
Bug 1013332
Opened 11 years ago
Closed 11 years ago
Search Size is Broken
Categories
(Webmaker Graveyard :: MakeAPI, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cade, Assigned: cade)
Details
Attachments
(1 file)
no matter what ?limit= is set to, you'll get 10 results.
This happened when https://github.com/mozilla/MakeAPI/commit/52988669350f0eb4944871328b5c264c97cb0c2b landed.
here, specifically, it should be `.limit` not `.size`: https://github.com/mozilla/MakeAPI/commit/52988669350f0eb4944871328b5c264c97cb0c2b#diff-b4b0c3037ecaa265396a05fbcb01b131R191
Assignee | ||
Comment 1•11 years ago
|
||
This fixes the bad reference to `?limit=`
Attachment #8425550 -
Flags: review?(jon)
Updated•11 years ago
|
Attachment #8425550 -
Flags: review?(jon) → review+
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/MakeAPI
https://github.com/mozilla/MakeAPI/commit/349994ff2336ee6142c335b036675e68b822cba4
Bug 1013332 - Fix search limit setting in search generator
Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•