unlimited search results
for the default search backend (sql), search results are capped at 100!
you can verify this by loading jquery and doing:
$('.search-item__container').length;
you can see that paging isn't supported:
https://github.com/mattermost/mattermost-server/blob/master/app/post.go#L821
and the sql uses LIMIT 100
:
https://github.com/mattermost/mattermost-server/blob/master/store/sqlstore/post_store.go#L834
i know this isn't an issue in enterprise because you're using elasticsearch, but please either bring elasticsearch to team edition or fix the default search backend. 100 results is sad :(

6 comments
-
bern1 commented
not getting all of my search history is killing me. please fix this!
(and don't forget to vote for bernie sanders)
-
Anonymous commented
Sorely needed. We need access to more search results.
-
Sannick commented
This is a huge deal in my opinion. Please add paging or something so that you can get unlimited search results!
-
soothe commented
Your feature comparison table proudly advertises "Unlimited search history and integrations" for all editions (including Team Edition), but unlimited search history is virtually meaningless without unlimited search results. This is the one thing holding me back from using Mattermost.
-
Anonymous commented
It is really unfortunate that search results are capped at 100. Please add a few extra lines of SQL and enable paging to fix this. Team Edition doesn't need elasticsearch, but it certainly needs a search that isn't completely crippled. Please fix!
-
Piotr Wegert commented
This is a crucial functionality and differentiator in comparison to Slack. Please consider implementing anything that would allow to bypass this limitation.