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

Incorrect Spec for MultiSearch #51

Open
dickermoshe opened this issue May 10, 2024 · 0 comments · May be fixed by #52
Open

Incorrect Spec for MultiSearch #51

dickermoshe opened this issue May 10, 2024 · 0 comments · May be fixed by #52

Comments

@dickermoshe
Copy link

dickermoshe commented May 10, 2024

Description

The OpenAPI spec is incorrect.
Multi search does not have a required parameter for search.

typesense-api-spec/openapi.yml

Lines 1180 to 1185 in b76b640

parameters:
- name: multiSearchParameters
required: true
in: query
schema:
$ref: "#/components/schemas/MultiSearchParameters"

This is a screen shot from the example:

image

There is no search query param

Steps to reproduce

N/A

Expected Behavior

N/A

Actual Behavior

N/A

Metadata

Typesense Version: N/A

OS: N/A

@dickermoshe dickermoshe linked a pull request May 10, 2024 that will close this issue
1 task
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

Successfully merging a pull request may close this issue.

1 participant