So I'm doing this currently in my code: ``` ids = search.query('all', 'all', query, vars[:limit]).split ' ' ``` Just wondering why the results were not split to begin with?