Ok answered my own question,
Addthe following to the column definition in the colModel property of the grid:
search: false
to disallow searching on a certain column or:
searchoptions: { sopt: ['eq', 'cn', 'othersearchoptionshere']}
to limit the search options on that column.