whitecube / nova-page

Static pages content management for Laravel Nova
https://whitecube.github.io/nova-page
MIT License
238 stars 41 forks source link

Page Resource Search does not work #77

Open sutcliffe121 opened 3 years ago

sutcliffe121 commented 3 years ago

image

Steps:

  1. Click Pages resource on the Nova sidebar
  2. Enter 'home' in the search box (top of page)

Expected: The resource table is filtered to display only pages containing 'home' in the page title or name.

Actual: The resource table refreshes but isn't filtered. It still displays all pages. The search is not working.

Does anyone else have this problem? It causes a problem for users trying to update content quickly, they cannot easily search for a page. The workaround is to hit 'Ctrl + F' and use the browser search function - but this isn't ideal and does not search all pages.

I have checked the package and folder and StaticResource.php does set the columns that should be searched: image