14 lines
327 B
YAML
14 lines
327 B
YAML
type: object
|
|
properties:
|
|
q:
|
|
type: string
|
|
description: The query to run the search with.
|
|
offset:
|
|
type: number
|
|
description: How many products to skip in the result.
|
|
limit:
|
|
type: number
|
|
description: Limit the number of products returned.
|
|
filter:
|
|
description: Filter based on the search engine.
|