rappasoft / laravel-livewire-tables

A dynamic table component for Laravel Livewire
https://rappasoft.com/docs/laravel-livewire-tables/v2/introduction
MIT License
1.7k stars 319 forks source link

[Bug]: Search deosn't work when using mongodb #1686

Closed andyakendegue closed 2 months ago

andyakendegue commented 3 months ago

What happened?

I everyone. In a recent project, i change the model connection to use mongodb. Unfortunately, search doesn't work. I have added additional select to make row appears but search results are still empty. How to make it work?

How to reproduce the bug

Connect model to mongodb.

Package Version

2.15.0

PHP Version

8.2.x

Laravel Version

10.40

Alpine Version

3.13.3

Theme

Bootstrap 4.x

Notes

No response

Error Message

No response

andyakendegue commented 2 months ago

Finall use this fork https://github.com/dndarksan/laravel-livewire-tables-mongodb

it's working great