rapi-doc / RapiDoc

RapiDoc -WebComponent for OpenAPI Spec
https://rapidocweb.com
MIT License
1.71k stars 285 forks source link

Cannot search by tags. #1022

Closed Federico-Comesana closed 1 month ago

Federico-Comesana commented 3 months ago

On Swagger UI you're able to search by tags. However, I'm not being able to search by tags on rapidoc.

Swagger: image

Rapidoc: image

Schema:

openapi: 3.0.3
info:
  title: My Name
  version: 1.0.0
paths:
....
....
 /api/external-integrations/plugin-apps:
    get:
      operationId: external_integrations_plugin_apps_list
      description: List all published Plugin Apps
      tags:
      - fede
      security:
      - OAuth2 access_token: []
      - businessId: []
        userId: []
        apiKey: []
      responses:
        '200':
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/SerializerMeta'
          description: ''
mrin9 commented 1 month ago

Search by tag is now available from v9.3.7 onwards