Open konklone opened 7 years ago
Searching for "tim murphy" should bring up Rep. Tim Murphy. Our name search is entirely client-side:
https://github.com/konklone/congress-android/blob/4b4009e496360232448fa41f89834ad6bf53534f/app/src/main/java/com/sunlightlabs/congress/services/LegislatorService.java#L46-L68
We could split the name and match on each one individually.
Searching for "tim murphy" should bring up Rep. Tim Murphy. Our name search is entirely client-side:
https://github.com/konklone/congress-android/blob/4b4009e496360232448fa41f89834ad6bf53534f/app/src/main/java/com/sunlightlabs/congress/services/LegislatorService.java#L46-L68
We could split the name and match on each one individually.