Subject: | Errors in the tutorial docs |
There seems to be a few errors in the tutorial:
• In KinoSearch::Docs::Tutorial::FieldType, "my $url_type = KinoSearch::Plan::StringType(
indexed => 0 );" should probably read "my $url_type = KinoSearch::Plan::StringType->new(
indexed => 0 );"
• In KinoSearch::Docs::Tutorial::BeyondSimple, the invocation of "slurp_and_parse_file" should
presumably instead invoke "parse_file"
• In KinoSearch::Docs::Tutorial::QueryObjects, the generate_category_select() subroutine is
defined but never invoked.