chewy icon indicating copy to clipboard operation
chewy copied to clipboard

High-level Elasticsearch Ruby framework based on the official elasticsearch-ruby client

Results 66 chewy issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop 1.63.5 Bug fixes #12877: Fix an infinite loop error for Layout/FirstArgumentIndentation when specifying...

dependencies
ruby
no-jira

**Replace this text with a summary of the changes in your PR. The more detailed you are, the better.** ----------------- Before submitting the PR make sure the following are checked:...

We use Chewy and import documents in a custom Sidekiq worker. We also use Sidekiq for other purposes, and it is expected that some unrelated jobs will sometimes fail. This...

Adds support for passing all crutches into a crutch definition, to be able to form a chain of crutches such that a field can depend and load only what it...

## Is your feature request related to a problem? Please describe. When using `Index.index_scope` we would like to pass an ActiveRecord Relation, using [ActiveRecord::Query#includes](https://apidock.com/rails/ActiveRecord/QueryMethods/includes), like so: ```ruby class MyIndex <...

## Per-call client configuation adjustments. When many queries are invoked in many parts of an app, it seems challenging to have a customised value of `request_timeout` per query, as client...