Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backend - Multi-file search and document generation #77

Open
Tracked by #44
SiriChandanaGarimella opened this issue Oct 1, 2024 · 0 comments
Open
Tracked by #44

Comments

@SiriChandanaGarimella
Copy link
Collaborator

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:

  1. Handle multiple file search requests.
  2. Combine search results from multiple files into a single Word document.
  3. 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

  1. The backend API accepts and processes requests containing multiple file paths.
  2. Search functionality is applied to each file independently using the provided search criteria.
  3. Results from all files are combined into a single Word document, with clear separation and labeling for each file's results.
  4. The preview API returns a structured response that includes results from all processed files.
  5. Error handling is implemented to manage cases where some files fail to process while others succeed.
  6. Ensure reasonable processing time for multiple files (specific time constraints to be determined based on expected use case).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants