Project

Profile

Help

Story #763

Updated by bmbouter about 9 years ago

The /search/ urls can be replaced with GET and POST parameters sent to URLs we already have. This is a more RESTful approach. You can see all of the urls here:    https://github.com/pulp/pulp/blob/master/server/pulp/server/webservices/urls.py 

 Also if any notes got added to the docs where 'search' was disallowed or code was put in place to disallow in certain places in Pulp (ie: the fix for #761) then those should be removed also.

Back