-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Sort and Search #29
Comments
The VFS supports sorting, but this has not been implemented in this application. It could easily be done.
Bookmarks can be linked to the user Settings storage and displayed in the list where the mountpoints are.
I don't understand this. |
In your opinion, what methods do you suggest that we do not have long delays in the mentioned issues? See the link below for an example. this link
The search I saw in the file manager just needs to type the name of the file in the path above. Aside from the fact that it was better to design a separate location for it in the file manager, we could at least see the history of previous searches. Suppose we want to do the following 1: Full-Text Search What methods do you suggest if we want to develop our search engine (index-based) with OS.js? |
The delay is not related to the VFS. The speed of that is bound to the host drive speeds, system speed etc. This is mostly a UI problem.
If there was a dropdown in the field when you started typing, previous searches could be stored there etc.
Use a third party solution. There's plenty of these. |
Hi,
Other than displaying as a list view such as an icon or tree: Sort files are always sorted by name. For our work involving storage, we need to sort at least by date and size. Also, for faster access, we can bookmark favorite files and folders. What do you need to write for quick access to the file?
What settings do you have for advanced search? For example, based on a specific value or index. Search history is also not kept
Best,
Morteza.
The text was updated successfully, but these errors were encountered: