Skip to content

tagpro/code_pairing_search_go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search

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").

Running the tests

make test

or

go test -v ./...

Data

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors