sleuthkit / autopsy

Autopsy® is a digital forensics platform and graphical interface to The Sleuth Kit® and other digital forensics tools. It can be used by law enforcement, military, and corporate examiners to investigate what happened on a computer. You can even use it to recover photos from your camera's memory card.
http://www.sleuthkit.org/autopsy/
2.43k stars 595 forks source link

Changes done in FileSearchPanel.java for issue #7345 #7751

Open varun-khachane opened 1 year ago

varun-khachane commented 1 year ago

Added a data structure to store all the data from thee filters which will be used to display it on the panel.

varun-khachane commented 1 year ago

@markmckinnon I have raised the PR for issue #7345. Please go through it and share your insights.

varun-khachane commented 1 year ago

Can you please tell me why the checks are failing and guide me to resolve them.

markmckinnon commented 1 year ago

@varun-khachane This is only partial complete from what the request was. My thought is that they want the search criteria displayed in the GUI for that tab. I would also not add what the actual query that the code uses but what was entered in the search screen. Does that make sense?