Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot search by tags. #1022

Closed
Federico-Comesana opened this issue Aug 26, 2024 · 1 comment
Closed

Cannot search by tags. #1022

Federico-Comesana opened this issue Aug 26, 2024 · 1 comment

Comments

@Federico-Comesana
Copy link

Federico-Comesana commented Aug 26, 2024

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
Copy link
Collaborator

mrin9 commented Oct 18, 2024

Search by tag is now available from v9.3.7 onwards

@mrin9 mrin9 closed this as completed Oct 18, 2024
@github-staff github-staff deleted a comment from Lxx-c Oct 23, 2024
@github-staff github-staff deleted a comment from Lxx-c Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants