List<T> fullTextSearch(String query) { return _harnCollection .fullTextSearch(query) .map((e) => fromMap(e)) .toList(); }