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

Add Multiple Search Functionality for Data Extraction #138

Closed
7 tasks
bhumulanandinireddy opened this issue Feb 6, 2025 · 2 comments · Fixed by #142
Closed
7 tasks

Add Multiple Search Functionality for Data Extraction #138

bhumulanandinireddy opened this issue Feb 6, 2025 · 2 comments · Fixed by #142
Assignees

Comments

@bhumulanandinireddy
Copy link
Collaborator

Issue Description

Currently, the backend does not support searching for multiple terms simultaneously in ORCA files. Users who need to extract different types of data (e.g., "CARTESIAN COORDINATES" and "GIBBS FREE ENERGY") must perform separate searches for each term, leading to inefficiency and increased processing time. The lack of a unified search process results in redundant searches and fragmented output.

Current Status

  • The system only supports searching for a single term at a time.
  • Users must manually perform multiple searches for different terms.
  • Search results are not combined or organized when multiple terms are needed.
  • The preview and output document do not support multiple search term results.

Screen Shots of Current Status

Image

Image

In the above if you see I tried searching for 2 terms (i.e, "CARTESIAN COORDINATES" and "GIBBS FREE ENERGY") and it is only giving me data for the last term which I selected (i.e, "GIBBS FREE ENERGY") instead of giving data for both the search terms.

Acceptance Criteria

  • Allow users to enter multiple search terms in the search input field.
  • Display entered search terms as removable chips in the UI.
  • Process all search terms in a single operation instead of separate searches.
  • Extract and provide results for all search terms in both the preview and output document.
  • Organize extracted data by search term in the preview and final Word document.
  • Maintain the existing "Is the search criteria same for all search terms" option to apply uniform search criteria when selected.
  • Ensure that when a user searches for multiple terms (e.g., "CARTESIAN COORDINATES" and "GIBBS FREE ENERGY"), the final output document contains results for both terms, properly labeled and structured.
@suprajamannava17 suprajamannava17 self-assigned this Feb 6, 2025
@suprajamannava17
Copy link
Collaborator

This has already been worked on in PR #122

@bhumulanandinireddy
Copy link
Collaborator Author

Hi @suprajamannava17 - can you alian your code changes with the latest code instead of having it in the temp path. That's the reason of creating this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants