You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
it should return the total that matches the query.
Additional context
jank client supports search, look at the raw request and you'll see it at exactly 50 instead of the true value of the number of results
The text was updated successfully, but these errors were encountered:
Describe the bug
https://github.com/spacebarchat/server/blob/master/src/api/routes/guilds/%23guild_id/messages/search.ts
returns the incorrect total_results, which returns the number of things it returns instead of the number of things that match the results.
To Reproduce
search in the search bar
Expected behavior
it should return the total that matches the query.
Additional context
jank client supports search, look at the raw request and you'll see it at exactly 50 instead of the true value of the number of results
The text was updated successfully, but these errors were encountered: