-
Notifications
You must be signed in to change notification settings - Fork 130
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
Implement search mechanism #403
Conversation
…olection response.
Also, can you take a look at the |
…ge limit and offset
According to |
@vddesai1871 Good to merge? |
Yes, I pulled Hydra:Error changes and added an exception for handling invalid parameters. Now I think it's solid. |
Do we have all the changes in |
Fixes #302
Checklist
Description
Add searching mechanism to hydrus with help of IriTemplate.
Change logs
Added functions in helpers.py to generate IriTemplate for collections.
Added functions in crud.py to filter collections according to search parameters.
Search Example
It pretty much (or maybe completely) follows the procedure mentioned in the spec. To test it
PropertyTitle[NestedPropertyTitle]
, so the variable to search drones by speed would be named asDroneState[Speed]
, the spec doesn't mention anything about it)