-
Notifications
You must be signed in to change notification settings - Fork 762
Open
Description
The current plan is for Searchkick 5 to have a new query API similar to Active Record.
Product.search("apples").where(in_stock: true).page(10).per(50)
You can still use pass options to search
for backwards compatibility, but queries will be performed lazily instead of eagerly.
Edit: This wasn't included in Searchkick 5, but there's experimental support for some methods in the latest release. If you have any feedback, please comment below.
toddsiegel, anhari, archonic, jbwl, schappim and 5 moregdomingu, 34code and andxyz
Metadata
Metadata
Assignees
Labels
No labels