chewy
chewy copied to clipboard
High-level Elasticsearch Ruby framework based on the official elasticsearch-ruby client
## Expected behavior `field :updated_at` should store date with microseconds, e.g. `2022-07-20T02:00:08.123456Z` ## Actual behavior `field :updated_at` stores date with milliseconds, e.g. `2022-07-20T02:00:08.123Z` `field :updated_at, type: "date"` correctly stores date...
## Expected behavior After run `rails chewy:reset` command mapping fields is succeffuled. Request result seen like is this: ``` [{"attributes"=> {"id"=>"3", "fullname"=>"Hyg Hhv", "name_autocomplete"=>{"input"=>["Hyg", "Hhv", "Hyg Hhv", "Hhv Hyg"], "contexts"=>{"location_id"=>[1]}},...
Hi Im trying to mock all the Chewy calls for our test not to take ages to execute, I have tried the following method from the docs ` mock_elasticsearch_response(ExampleIndex, [{...
## Is your feature request related to a problem? Please describe. Latest version of elasticsearch is 8.2 (As of early Jun 2022) Does latest version of chewy work with elasticsearch...
I was not able to find the documentation to allow for dates to be returned in the results. 1. My date is indexed properly ` field :created_at, type: "date" `...
Does chewy support multiple ES clusters? We've been using chewy for one cluster so far and uses `hosts` in `chewy.yml` to specify the cluster hosts. How would this work with...
## Is your feature request related to a problem? Please describe. I need a way to search multiple indexes with a certain prefix, for example: `product-123-*` ## Describe the solution...
Hi, sorry for not create a proper PR, but README about newrelic subscriber needs to be updated https://github.com/newrelic/newrelic-ruby-agent/commit/cb5f708176686a480db1537b41d9b381aaccb077#diff-6cb20d58161dda6ded2dd29535ceb41b6d7408a198759066267b002209f5b247 they refactored `new_relic/agent/instrumentation/evented_subscriber`, it's now `new_relic/agent/instrumentation/notifications_subscriber`, so the whole snippet needs to...
## Is your feature request related to a problem? Please describe. Right now changing of index' (`index's`?) [`default_search`](https://www.elastic.co/guide/en/elasticsearch/reference/master/specify-analyzer.html#specify-search-analyzer) would trigger specification change, but index content isn't changed in that case,...
## Expected behavior Chewy::Index#indices returns a Query that renders with an index value containing exactly the given values. ## Actual behavior Chewy::Index#indices returns a Query that renders with an index...