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
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.
The text was updated successfully, but these errors were encountered:
We need to restore searching by full donor names.
A translation map from
donor_code
todonor
can do this.There is a current table in the LDP with this data. This SQL will pull the data:
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.
The text was updated successfully, but these errors were encountered: