sonic-ruby
sonic-ruby copied to clipboard
Ruby client for Sonic search backend
* Added close command, modified quit to not be called if already disconnected. * Better error messages on failure For reconnecting I ended up using the gene_pool gem. I can...
This fixes cases where you could ingest something like this: ``` ingest.push "all", "all", 1, "my text \" something" ```
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?