The function accepts a `data` argument but does not pass it along: `return oh.call("/class/search")` should be `return oh.call("/class/search", data)`
The function accepts a
dataargument but does not pass it along:return oh.call("/class/search")should be
return oh.call("/class/search", data)