姓名 Search :: Typesense-Typesense搜索引擎的Perl接口。 概要 my $typesense = Search::Typesense->new( host => $host, # required api_key => $key, # required port => $port, # defaults to 8108 use_https => $bool, # defaults to true ); my $results = $typesense->search( $collection_name, { q => 'Search String' }, ); if ( $results->{found} ) { foreach my $hit ( @{