Closed
Bug 869563
Opened 12 years ago
Closed 12 years ago
Prevent searches with no filters passed throwing error.
Categories
(Webmaker Graveyard :: MakeAPI, defect)
Webmaker Graveyard
MakeAPI
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mjschranz, Assigned: alicoding)
Details
The easiest way to make this happen is to call make.then(); immediately before passing in any filters.
The server won't crash, but instead there will be no data returned which in this case I would expect all records to be returned.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → ali.aldallal
Updated•12 years ago
|
Status: NEW → ASSIGNED
Comment 1•12 years ago
|
||
This won't happen anymore, because doing make.then() will return all makes( limit of 10 )
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
this is as of v0.1.16
You need to log in
before you can comment on or make changes to this bug.
Description
•