I am attempting to search my computer field using the search API, but I can't find what the appropriate mapping is. When doing a search from the webpage I use the following:
computer:"Initial Release"
Which, as I understand things means that I should be calling the API with something like:
api.php?cmd=search&q=computer:%22Initial%20Release%22%20
However this is not returning any search results, and it seems like "computer" is the wrong term to use in this case.