Hello Everyone, I have implemented the chapter 22 "CREATING A CMS" as exactly as explained in the book. I have done all the setup for elastic search that is: - downloaded elasticsearch and run from terminal - install from composer - take the search controller from github source - added the view files - changed the code of index.php file as instruction I can see the search box in the URL http://localhost/%5BPROJECT_NAME%5D/index.php/search.The probelm is when I search any word i.e. "alice", I am getting error like:
{"error":"IndexMissingException[[pages] missing]","status":404}
Can someone tell me why I am getting this error? Thanks