laravel / nova-issues

556 stars 34 forks source link

search bar not filling into request #5759

Closed electrictomcat closed 1 year ago

electrictomcat commented 1 year ago

Description:

When you use the search bar in a resource view and then trigger an action, the text in the search isn't being added to the Nova Request. We built custom logic to be able to fetch the models when using "All" and it relies on the search text being available in the request.

Detailed steps to reproduce the issue on a fresh Nova installation:

Create a resource. Search within that resource. With the search active trigger an action and log the request.

in the query input bag you will see: "search" = null

filipposallemi commented 1 year ago

Hi @crynobone @davidhemphill there is any chance to solve this issue? We have quite a lot of actions that are affected by this bug. Please give us an update

github-actions[bot] commented 1 year ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.