limitiation data when serach column on laravel backpack #693
Replies: 3 comments
-
Hello @rickyviz , sadly we didnt provided any support for Backpack v4, either way, can you say how many rows return
Maybe there you get a limit of 10 results according to match "ILIKE". Cheers |
Beta Was this translation helpful? Give feedback.
-
Hello @rickyviz, please let us know if you find any solution or if you can provide additional information to find a solution together. Cheers |
Beta Was this translation helpful? Give feedback.
-
Due to not activity i will close this issue, but please feel free to reopen or create a new one if needed. Cheers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i have a column named 'sales_id.' When I search for some specific data, However, when I perform the same search in a Laravel Backpack table, it only displays 10 results, when I use a SQL query, it shows all the matching data with total is 17 data
i use laravel backpack 4.1
i have check it generated query like this
i run also in posgre it limit 10 data
but when i query like this not limit
Beta Was this translation helpful? Give feedback.
All reactions