-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix for issue #50 #51
Fix for issue #50 #51
Conversation
@@ -398,6 +395,18 @@ def get_key_values_return_contents(name, resource, csv): | |||
return jsonify(resource_keys) | |||
|
|||
|
|||
def adjuest_value(value): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to be renamed to adjust_value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It has been changed to adjust_value
, thank you.
Thank you @khaledk2 When searching with the We should change this so that the |
@pwalczysko It has been fixed and it has been deployed on |
Thanks. Checked on idr-testing and it works as expected now. |
…arch_term Fix for issue ome#50
This PR addresses issue #50.
It has been deployed on
idr-testing.
@will-moore @pwalczysko, please check that and let me know if that is the search behaviour you want.