We need to set `search_type` to `dfs_query_then_fetch` but there's no way to add this param because `getRaw` method doesn't apply any params. We're using pagination, so paginate->get->getRaw calls can't be somehow configured without of extending Plastic.
We need to set
search_typetodfs_query_then_fetchbut there's no way to add this param becausegetRawmethod doesn't apply any params.We're using pagination, so paginate->get->getRaw calls can't be somehow configured without of extending Plastic.