We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I pass records from elasticsearch to smart-listing.
I'am getting an error at smart_listing_create
smart_listing_create
undefined method
Code:
... accounting_pbs_job = Kaminari.paginate_array(accounting_pbs_job, total_count: total_count) .page(page) .per(per_page).to_ary @accounting_pbs_jobs = smart_listing_create(:accounting_pbs_jobs, accounting_pbs_job, partial: "accounting_pbs_jobs/search", array: true) ...
Kaminari.paginate_array
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How can I pass records from elasticsearch to smart-listing.
I'am getting an error at
smart_listing_create
undefined method
split' for :jobdatetime:Symbol`Code:
Kaminari.paginate_array
because of the elasticsearch collection.The text was updated successfully, but these errors were encountered: