-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
bugSomething isn't workingSomething isn't workingneeds investigationNeeds to take time to understand the issue.Needs to take time to understand the issue.
Description
Pagy search won't work with multi_search, is it?
def show
hits = Post.where(account: Current.account).pagy_search(params[:query])
@pagy, @hits = pagy_meilisearch(hits, items: 25)
end
How can i translate this to multisearch ?
Originally posted by @botbotbotbotboot in #337 (comment)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds investigationNeeds to take time to understand the issue.Needs to take time to understand the issue.