Skip to content

mpakus/90sec_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

90 seconds search

CircleCI

Using the attached files write a simple command line application in Ruby to search the data and return the results in a human readable format. Feel free to use libraries or roll your own code as you see fit. Where the data exists, values from any related entities should be included in the results. The user should be able to search on any field, and full value matching is fine (e.g. “proj” won’t return “project”). Search can get pretty complicated pretty easily, we just want to see how you code a Ruby application.

Install

bundle install

Examples

./search -s zh-cn
./search -s "first proj"
./search --string=Springvil
./search --string="with HP"

Tests

bundle exec rspec

About

90 seconds job's test

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages