So in my application if i change the url slug it will search my database with a url that matches , example :
https://sandbox.dev/areas/category/books/ book_name
Where book_name
will be the respected url slug to fetch in the database , but if there is no match , how can i grab that in my controller ? For now it just returns the default message : The index does not exist in the cursor