Sam

Results 9 issues of Sam

Currently if no search results are found in the client side, the explorer stays in the same directory. There should be a message saying that there were no results found....

enhancement
low priority
easy task

For some reason Tauri commands such as file creations pause for a few seconds before executing. This likely due to the main thread being used where it shouldn't.

medium priority
small task

**This should be done after #11 to avoid any rewriting later.** ### Operations - Copy file - Paste file - Cut file - Move file to another directory ### Shortcuts...

medium priority

A permissions error sometimes occurs when doing file operations such as deletions. Not sure what causes this but maybe to do with conflict with the file watcher for cache invalidation.

medium priority

The interval works well on most systems, but slower systems or systems with a bigger file system have the chance of not being able to recache in time for this...

bug
medium priority
easy task

New disks on a system could be added, or worse new partitions could be made on the system. In both of these cases we need to re-generate the cache.

enhancement
low priority

There is a caveat to the current caching system. Firstly, the cache will only stay up to date if it is constantly watching the filesystem. Right now the cache can...

enhancement
medium priority

## The problem At the moment if an individual searches in a specific directory, the program will still search the entire C Drive hashmap for that file, making it useless...

bug
enhancement
low priority

Currently the entire disk is searched before results are shown in the UI. It would be better if they are sent to the UI as soon as they are found...

enhancement
low priority