davidmintz / court-interpreters-office

web application for managing a busy court interpreters office.
MIT License
6 stars 2 forks source link

search results don't display multiple deftnames/interpreters when used as criteria #38

Closed davidmintz closed 5 years ago

davidmintz commented 5 years ago

if you use interpreter or defendant name as a search term, the results show only one name even when there are multiple names on the event

davidmintz commented 5 years ago

commit 3438922 solves it, but there is still a sort of related issue, i.e., it's inefficient and slow when there are a lot of rows

davidmintz commented 5 years ago

commit a5d7198 fixes issue in RequestRepository::search()