Skip to content

Add Project search functionality #248

@camallen

Description

@camallen

Allow folks to search for projects via the API project's search functionality, E.g. by display name and/or tags

# by display_name (default)
curl -H "Accept: application/vnd.api+json; version=1" -H "Content-Type: application/json" 'https://www.zooniverse.org/api/projects?search=scribes&cards=true&launch_approved=true'
# by tags
curl -H "Accept: application/vnd.api+json; version=1" -H "Content-Type: application/json" 'https://www.zooniverse.org/api/projects?search=tag:egypt&cards=true&launch_approved=true'

Inspired by / more details at https://www.zooniverse.org/talk/17/1656701?comment=2694491

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions