Skip to content

The search API #10

Description

@zhongsp

The Search API is optimized to help user find the specific book they're looking for (e.g., by title).

Endpoint Example

http://hostname/ralibrary/api/books?q=JavaScript&sort=createtime&order=desc

Parameters

Name Type Description
q string The search keywords.
sort string The sort field. One of createtime or updatetime. Default: results are sorted by best match.
order string The sort order if sort parameter is provided. One of asc or desc. Default: desc

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