Skip to content

Make pagy work with multi-search #362

Open
@ellnix

Description

@ellnix
          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

No one assigned

    Labels

    bugSomething isn't workingneeds investigationNeeds to take time to understand the issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions