-
Notifications
You must be signed in to change notification settings - Fork 156
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 does not find all files #7192
Comments
Proposal as long as we don't have pagination from the server:
Any additions or objections @aduffeck @micbar @janackermann ? |
@tbsbdr do we really show the best matching results? Would rather go with: "Found 400 matches, showing the first 300 results. (maybe)" |
@micbar can we say "best matching results" or are the results non-weighted? |
Pretty cool! So we need a decision if we want to proceed with this proposal. Requirements:
|
@janackermann @tbsbdr the proposal is fine IMO |
@janackermann @tbsbdr you can already specify the number of results being returned using the |
|
hm.. this might have a dependency on how we solve the slow loading state of the filelist (#7038) some thoughts:
Proposals:
--> I would favor Proposal nr 1, would you agree @janackermann ? |
Implemented: Short term favorite: a (cheap?) quickfix could be to communicate in oc10 somthing like "showing max. of 200 results" |
Steps to reproduce
File1
,File2
...File2000
(download test data from here: https://cloud.owncloud.com/index.php/s/xnvEvwmwbC7qF7a)Folder with 2000 files inside:
Result page with only 200 files found:
Expected behaviour
Actual behaviour
The text was updated successfully, but these errors were encountered: