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

Donor names for searching #114

Open
todolson opened this issue Feb 17, 2022 · 0 comments
Open

Donor names for searching #114

todolson opened this issue Feb 17, 2022 · 0 comments
Assignees

Comments

@todolson
Copy link
Member

We need to restore searching by full donor names.
A translation map from donor_code to donor can do this.

There is a current table in the LDP with this data. This SQL will pull the data:

SELECT code , "name" 
FROM "local".donors ;

Will provide database connection info outside of this ticket.

Future work: the donor table will move to a different location and will be updated periodically. We will need to automate and schedule generating the translation table.

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

No branches or pull requests

2 participants