mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-19 08:49:26 +00:00
25 lines
No EOL
709 B
Text
25 lines
No EOL
709 B
Text
---
|
|
title: package_autocomplete
|
|
full: true
|
|
_openapi:
|
|
method: POST
|
|
toc: []
|
|
structuredData:
|
|
headings: []
|
|
contents:
|
|
- content: >
|
|
Return a list of datasets (packages) that match a string.
|
|
|
|
|
|
Datasets with names or titles that contain the query string will be
|
|
returned.
|
|
---
|
|
|
|
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
|
Return a list of datasets (packages) that match a string.
|
|
|
|
Datasets with names or titles that contain the query string will be returned.
|
|
|
|
|
|
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"package_autocomplete","method":"post"}]} /> |