mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-19 23:25:51 -05:00
- Added a new `files` field to `FileSearchOutput` to provide a flat array of files, improving integration with the explorer. - Updated the `FileSearchQuery` to join directory paths directly on `parent_id`, simplifying the SQL query. - Enhanced the query to batch fetch sidecars for content UUIDs, improving performance and data retrieval. - Adjusted the handling of content identity fields to ensure proper association with files in search results. - Updated the `SearchView` component to utilize the new `files` array instead of the previous `results` structure.