Closed
Bug 889594
Opened 11 years ago
Closed 11 years ago
Make.tags([...]) and make.find({tags: [...]}) returning different things
Categories
(Webmaker Graveyard :: MakeAPI, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: kate, Assigned: cade)
Details
I am not sure if this is just me, but I thought I better put an STR up anyway.
After npm installing the latest makeapi client, these two searches return different results:
1. make.tags(['webmaker:recommended', 'guide'])
2. make.find({ tags: ['webmaker:recommended', 'guide'] })
#1 is returning expected results, #2 is not. I was using it server-side
Reporter | ||
Comment 1•11 years ago
|
||
Oops, didn't see changes to syntax.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•