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
Handler file /search/collection.js
GET /search?term=STRING&cards=BOOL&decks=BOOL?public=BOOL (auth) (same_user OR public) -> [
{ type: "deck", name: "French Vocabulary" }
{ type: "card", name: "Who was the french ambassador to russia in 1884" }
]
Note: we need to only search decks the user owns, or public decks.
The text was updated successfully, but these errors were encountered:
Handler file /search/collection.js
GET /search?term=STRING&cards=BOOL&decks=BOOL?public=BOOL (auth) (same_user OR public) -> [
{ type: "deck", name: "French Vocabulary" }
{ type: "card", name: "Who was the french ambassador to russia in 1884" }
]
Note: we need to only search decks the user owns, or public decks.
The text was updated successfully, but these errors were encountered: