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

search: basic implementation #14

Open
adamdecaf opened this issue Jul 9, 2021 · 3 comments
Open

search: basic implementation #14

adamdecaf opened this issue Jul 9, 2021 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@adamdecaf
Copy link
Member

adamdecaf commented Jul 9, 2021

It seems handy to offer search over ACH files. We could inspect them for specific trace numbers, amounts, and tons of other fields on headers, details, addendas, etc.

Example requests

GET /search?routingNumber=9999999
GET /search?traceNumber=9999999
GET /sources/{sourceID}/search?traceNumber=99999999

Responses

{
  "files": [
    { .. }, // ACH file 
  ]
}
@adamdecaf adamdecaf added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jul 9, 2021
@adamdecaf
Copy link
Member Author

GCS triggers paired with gocloud.dev/docstore updates that we can query?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant