-
Notifications
You must be signed in to change notification settings - Fork 49
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
Search results bug #246
Comments
Hi, can you assign this issue to me? I would like to fix this bug. |
@patrikhv ChRIS_store_ui/src/components/Plugins/Plugins.jsx Lines 134 to 135 in 8e8d2d7
It then sends the formatted query object to the store API {
// ... other keys
"totalCount": -1
} This is fine for the API but we don't want to show that "-1" directly. Instead there should be a check that changes the rendered output to something like "No Results" or "0 results" |
Is this one fixed? Can I close it? |
@jennydaman Is this issue still open to work on?? if so please assign it to me. |
@mairin @jennydaman just found a minor bug in the pagination part while searching plugins Kindly assign me this issue so that I can fix it and create a PR |
Searching for a plugin which does not exist shows "-1 plugins found"
https://next.chrisstore.co/plugins?q=doesnotexist
The text was updated successfully, but these errors were encountered: