diff --git a/docs/content/docs/package_search.mdx b/docs/content/docs/package_search.mdx index 4a71c1c..1233c29 100644 --- a/docs/content/docs/package_search.mdx +++ b/docs/content/docs/package_search.mdx @@ -44,6 +44,18 @@ _openapi: - `fq=tags:economy` datasets with the tag *economy* - `facet.field=["tags"] facet.limit=10 rows=0` top 10 tags + + + + + There is an issue for the Body dropdown within this UI where an empty + object `{}` is set for the `facet` field. + + + Please either remove this field by clicking "Open JSON editor" in the + Body dropdown or set it to `true` (the default value) or `false`. + + --- {/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */} @@ -68,5 +80,11 @@ Examples: - `fq=tags:economy` datasets with the tag *economy* - `facet.field=["tags"] facet.limit=10 rows=0` top 10 tags + +There is an issue for the Body dropdown within this UI where an empty object `{}` is set for the `facet` field. + +Please either remove this field by clicking "Open JSON editor" in the Body dropdown or set it to `true` (the default value) or `false`. + + \ No newline at end of file diff --git a/docs/lib/openapi.yml b/docs/lib/openapi.yml index 18580ac..d7bbf04 100644 --- a/docs/lib/openapi.yml +++ b/docs/lib/openapi.yml @@ -383,6 +383,12 @@ paths: - `q=flood` datasets containing the word *flood*, *floods*, or *flooding* - `fq=tags:economy` datasets with the tag *economy* - `facet.field=["tags"] facet.limit=10 rows=0` top 10 tags + + + There is an issue for the Body dropdown within this UI where an empty object `{}` is set for the `facet` field. + + Please either remove this field by clicking "Open JSON editor" in the Body dropdown or set it to `true` (the default value) or `false`. + requestBody: required: false content: