Skip to content

GET /search (find cards and decks by keyword and flags) #23

Description

@Roger-Heathcote

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions