You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The backend currently doesn't support searching multiple files and combining results into a single output.
Describe the solution you'd like
Implement backend functionality to:
Handle multiple file search requests.
Combine search results from multiple files into a single Word document.
Modify the preview API to support multiple file results.
Describe alternatives you've considered
Processing files sequentially instead of in parallel.
Returning separate results for each file.
Acceptance Criteria
The backend API accepts and processes requests containing multiple file paths.
Search functionality is applied to each file independently using the provided search criteria.
Results from all files are combined into a single Word document, with clear separation and labeling for each file's results.
The preview API returns a structured response that includes results from all processed files.
Error handling is implemented to manage cases where some files fail to process while others succeed.
Ensure reasonable processing time for multiple files (specific time constraints to be determined based on expected use case).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The backend currently doesn't support searching multiple files and combining results into a single output.
Describe the solution you'd like
Implement backend functionality to:
Describe alternatives you've considered
Acceptance Criteria
The text was updated successfully, but these errors were encountered: