Skip to content

The search API #10

@zhongsp

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

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