From 4bf358734add01aa8cd0a0ba64d3dcbcac507708 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Mon, 13 Jul 2026 04:01:50 +0530 Subject: [PATCH] filterable treatment description --- openapi_first/templates/vet_app/openapi.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/openapi_first/templates/vet_app/openapi.yaml b/openapi_first/templates/vet_app/openapi.yaml index 49cc543..e5eb0d9 100644 --- a/openapi_first/templates/vet_app/openapi.yaml +++ b/openapi_first/templates/vet_app/openapi.yaml @@ -319,6 +319,7 @@ components: x-order: 2 x-label: "Description" x-description: "Detailed description of the treatment" + x-filterable: true x-autocomplete: text metadata: $ref: '#/components/schemas/Metadata'