Go to Search View (menu View > Search View, or press Ctrl+3)Change the search filter using the dropdown on the right to 'Authors'Type your query in the search bar
Why not create PHP CRUD on your own without using any generator or package. It is not that difficult. You can use prepared statement or PDO to create a basic crud operation for your website. Follow this step by step article to create your own PHP MySQL CRUD.