-
Notifications
You must be signed in to change notification settings - Fork 44
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
Support for "Quantity" search param type #27
Comments
It may be the same issue, or a related issue, but you cannot |
Thanks Jay! We're working on replacing our API server with a hapi-based
implementation, in collaboration with HSPC. So we likely won't get around
to fixing this (unless it's actively causing you pain) on our grails
architecture.
Just to clarify though, are you talking about a problem posting new data to
the system, or searching for data that are already in the system?
|
Interesting decision to go with HAPI. To clarify, I am talking about posting new data, or updating data, and using Quantities. I haven't tried searching on them [yet], because I was more interested in debugging some issues I had with creating them. |
Oh, wow. That's pretty broken then :) I think we'll probably fix that!
Thanks for clarifying.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now the
Quantity
handler is a copy/paste ofNumeric
, but it needs to support matching on units as well as greater than + less than searches...The text was updated successfully, but these errors were encountered: