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
{{ message }}
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
Nextcloud comes with a search engine, but the app is not yet plugged into it.
Thoughts on possible solutions
As soon as a search is started, the view and models should be cleared and thumbnails should be generated.
If we keep the current way of building the view, then nothing might show up until a row is full.
If we make it so that a search is authorised to ask the backend for one thumbnail as a time, then that backend may get flooded with requests (that's what the Files app is doing)
We show a row of thumbnails once all thumbnails for that row have been received
This works kind of OK when we know in advance what we need to show in the view (via step 1)
The search app is sending back results as soon as we type a few letters, but we wouldn't be able to show anything until we get the thumbnails from the server whereas the Files app is first building the DOM and then asking for thumbnails.
From @oparoz on February 21, 2015 14:22
Nextcloud comes with a search engine, but the app is not yet plugged into it.
Thoughts on possible solutions
As soon as a search is started, the view and models should be cleared and thumbnails should be generated.
Prerequisites
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Copied from original issue: owncloud/gallery#36
The text was updated successfully, but these errors were encountered: