Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow search for all fields including tags #53

Merged
merged 2 commits into from
Nov 1, 2016
Merged

Conversation

tessav
Copy link

@tessav tessav commented Oct 31, 2016

A little hacky because I created another overloading method to allow
for comparisons of other fields without disrupting the current methods
and qualifiers. Do let me know if there are better ways to do this! The "cmd" parameter can actually be useful for better filters. ie Instead of "find 1", "cmd" can be "priority" as in "find priority 1".

A little hacky because I created another overloading method to allow
for comparisons of other fields without disrupting the current methods
and qualifiers. Do let me know if there are better ways to do this!
@tessav
Copy link
Author

tessav commented Oct 31, 2016

Will try and implement the cmd parameter idea and write test cases to improve coverage.

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 83.617% when pulling 6afee99 on C3/search-list into c51e4d5 on master.

the current flow is:
1. if there’s a specified parameter, search by that parameter only 2.
search by exact name 3. search all fields.
@coveralls
Copy link

Coverage Status

Coverage increased (+2.9%) to 86.747% when pulling b2e734b on C3/search-list into c51e4d5 on master.

@ravishwetha ravishwetha merged commit 7297778 into master Nov 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants