This project will allow search of both the Tickets and Users datasets. A search will be done on a particular field. Exact equality matching of values is all that is needed (eg: searching for "Tim" would not return "Timothy").
make test
or
go test -v ./...There are two data files. Tickets have an assigned user via the assignee_id
field on the ticket. Please include associated data in the results.