I've been trying to get the REST API search function to work as documented here:
http://wiki.ocsinventory-ng.org/09.Rest-API/GET-Routes/
My test query is: ocsapi/v1/computers/search?ID=2&start=0&limit=0
It doesn't seem to matter what I put after search? as it just returns a full array of every computer ID in the system. Has anyone else run into this issue? Is the search function implemented correctly in REST?