sonic-ruby icon indicating copy to clipboard operation
sonic-ruby copied to clipboard

Ruby client for Sonic search backend

Results 3 sonic-ruby issues
Sort by recently updated
recently updated
newest added

* 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?