Skip to content
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

Open
MortezaBiabani opened this issue Jul 16, 2020 · 3 comments
Open

Sort and Search #29

MortezaBiabani opened this issue Jul 16, 2020 · 3 comments
Assignees

Comments

@MortezaBiabani
Copy link

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.

@andersevenrud
Copy link
Member

The VFS supports sorting, but this has not been implemented in this application. It could easily be done.

Also, for faster access, we can bookmark favorite files and folders. What do you need to write for quick access to the file?

Bookmarks can be linked to the user Settings storage and displayed in the list where the mountpoints are.

What settings do you have for advanced search? For example, based on a specific value or index. Search history is also not kept

I don't understand this.

@MortezaBiabani
Copy link
Author

Bookmarks can be linked to the user Settings storage and displayed in the list where the mountpoints are.

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

I don't understand this.

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
2: search multiple strings
3: Search for items inside all files :).
How to do it?

What methods do you suggest if we want to develop our search engine (index-based) with OS.js?

@andersevenrud
Copy link
Member

In your opinion, what methods do you suggest that we do not have long delays in the mentioned issues

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.

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.

If there was a dropdown in the field when you started typing, previous searches could be stored there etc.

What methods do you suggest if we want to develop our search engine (index-based) with OS.js?

Use a third party solution. There's plenty of these.

@andersevenrud andersevenrud self-assigned this Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants