-
Notifications
You must be signed in to change notification settings - Fork 3
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
Typesense version of format count report generates 500 error when there are no results #342
Labels
bug
Something isn't working
Comments
mcantelon
added a commit
that referenced
this issue
Sep 19, 2024
Don't bother doing a count of formats of files if no formats were found as attempting to do a multi-search query in Typsesne seems to return a 500 error if no searches are specified.
mcantelon
added a commit
that referenced
this issue
Sep 19, 2024
Don't bother doing a count of formats of files if no formats were found as attempting to do a multi-search query in Typsesne seems to return a 500 error if no searches are specified.
mcantelon
added a commit
that referenced
this issue
Sep 19, 2024
Don't bother doing a counts of formats, and format versions, of files matching report criteria if no formats, or format versions, were found (given that others a multi-search Typesense query will be sent with no searches and will result in an HTTP 500 error).
mcantelon
added a commit
that referenced
this issue
Sep 19, 2024
Don't bother doing a counts of formats, and format versions, of files matching report criteria if no formats, or format versions, were found (given that others a multi-search Typesense query will be sent with no searches and will result in an HTTP 500 error).
mcantelon
added a commit
that referenced
this issue
Sep 19, 2024
Don't bother doing a counts of formats, and format versions, of files matching report criteria if no formats, or format versions, were found (given that otherwise a multi-search Typesense query will be sent with no searches and will result in an HTTP 500 error).
mcantelon
added a commit
that referenced
this issue
Sep 19, 2024
Don't bother doing a counts of formats, and format versions, of files matching report criteria if no formats, or format versions, were found (given that otherwise a multi-search Typesense query will be sent with no searches and will result in an HTTP 500 error).
mcantelon
added a commit
that referenced
this issue
Sep 27, 2024
Don't bother doing a counts of formats, and format versions, of files matching report criteria if no formats, or format versions, were found (given that otherwise a multi-search Typesense query will be sent with no searches and will result in an HTTP 500 error).
mcantelon
added a commit
that referenced
this issue
Sep 28, 2024
Don't bother doing a counts of formats, and format versions, of files matching report criteria if no formats, or format versions, were found (given that otherwise a multi-search Typesense query will be sent with no searches and will result in an HTTP 500 error).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Typesense version of format count report (
/reporter/report_formats_count
) generates a 500 error for queries with no results.The text was updated successfully, but these errors were encountered: