You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Active Record-like query building - Product.search("apples").where(in_stock: true).limit(10).offset(50) - see New Query API #1395 and relation branch (still need to merge certain options intuitively, show friendly error message when trying to call AR scope on Searchkick relation)
Please create a new issue to discuss any ideas or share your own.
Searchkick 6 - timeline: when Elasticsearch 9 and OpenSearch 3 are released
to_yaml
onSearchkick::Relation
callto_a.to_yaml
(to matchActiveRecord::Relation
) - just needs uncommentedexists: false
deep_merge
formodel options
- Use deep_merge formodel_options
#1695Ideas
Product.search("apples").where(in_stock: true).limit(10).offset(50)
- see New Query API #1395 andrelation
branch (still need to merge certain options intuitively, show friendly error message when trying to call AR scope on Searchkick relation)rank_features
type for conversions (added in ES 7.0) -conversions_v2
branch https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-rank-feature-query.html (test w/ spaces and special characters)reindex(update: :search_method)
instead ofreindex(:search_method)
for partial reindexing (warn on deprecated style)allow_missing
branchThe text was updated successfully, but these errors were encountered: