rawscsi icon indicating copy to clipboard operation
rawscsi copied to clipboard

Ruby Amazon Web Services (AWS) Cloud Search Interface

Results 3 rawscsi issues
Sort by recently updated
recently updated
newest added

If the search term is provided in a hash, but the keyword itself is actually not complex the quoting will yield incorrect results For example, in order to match all...

In newer versions of Ruby, there's no String#first method, but from 1.9+, using the [0] substring method will work.

Simple search does not support additional options such as sort, limit, and start. This was a bit confusing without looking at how the internals of the gem work, because simple...