search_flip icon indicating copy to clipboard operation
search_flip copied to clipboard

Full-Featured ElasticSearch Ruby Client with a Chainable DSL

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

Since integrating the `AwsSigv4Plugin` we receive the following error every time that a user searches something that contains a special character such as `&`. ``` SearchFlip::ResponseError: SearchFlip::ResponseError (403): {"message":"The request...

Using the `json: ...` option of http-rb can lead to a AWS signature mismatch, since SearchFlip is using Oj to generate the json for which the signature is calculated, while...