Agile_Data_Code_2
Agile_Data_Code_2 copied to clipboard
"Adding Search to the Airplanes Page" typo in book.
the curl in the book is curl -XGET 'localhost:9200/agile_data_science/airplanes/_search?q=*'
which is incorrect.
"airplanes" should not be plural, but singular. Correct line is: curl -XGET 'localhost:9200/agile_data_science/airplane/_search?q=*'
Thanks, I'll try to get this in an update.