You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I'm trying to implement this package but have an error:
Exception while invoking method 'search.source' Error: Match error: Failed Match.OneOf or Match.Optional validation
at check (packages/check/match.js:33:1)
at [object Object]._.extend._getFindOptions (packages/mongo/collection.js:248:1)
at [object Object]._.extend.find (packages/mongo/collection.js:284:1)
at [object Object].<anonymous> (server/search-source.js:7:1)
at [object Object].getSourceData (packages/meteorhacks_search-source/lib/server.js:65:1)
at [object Object].Meteor.methods.search.source (packages/meteorhacks_search-source/lib/server.js:18:1)
at maybeAuditArgumentChecks (livedata_server.js:1698:12)
at livedata_server.js:708:19
at [object Object]._.extend.withValue (packages/meteor/dynamics_nodejs.js:56:1)
at livedata_server.js:706:40
Sanitized and reported to the client as: Match failed [400]
Hello. I'm trying to implement this package but have an error:
Here is my code.
Client
Server
The text was updated successfully, but these errors were encountered: