stroom icon indicating copy to clipboard operation
stroom copied to clipboard

Add content quick find feature similar to IJ shift+shift functionality

Open stroomdev66 opened this issue 5 years ago • 1 comments

Pressing shift+shift in quick succession ought to display a popup that allows the name of a content item to be typed and found quickly. This was already implemented in the new UI in some fashion. Additional options for filtering by type, folder, recent items would be useful.

stroomdev66 avatar Jun 03 '20 08:06 stroomdev66

Current thinking is to display a dialog that contains a quick filter field and a list of results below it. Each result will need to contain an icon for the type of entity, the name, the path in the tree and the uuid. The path would need to be broken into its parts so each folder in the path could be clicked on, e.g.

/ some / path /

Either it can be displayed flat on a single line with each field nicely aligned or using multi line cards, e.g.

:radioactive: Stroom Family App Events Base      / System / Internal Logs /        ef96020c-cf3c-4542-9373-2e31d117230d

or

image

Hitting enter or double clicking on the result item would open that entity as a new stroom tab and close the finder dialog. Clicking on a part of the folder path would open a new stroom tab for that folder. The folder screen could be changed to show all items in that folder, but this would need to fit in with the existing data view somehow.

The quick filter would allow searching based on name, uuid, type name, createdby user, using qualified fields, with name being the default.

at055612 avatar May 21 '21 15:05 at055612

Fixed by gh-3337

stroomdev66 avatar Jan 31 '24 19:01 stroomdev66