split query to _file_path_split to make it somewhat usable
[BackupPC.git] / lib / BackupPC / Search / KinoSearch.pm
index 67eff7e..1d1b256 100644 (file)
@@ -134,7 +134,7 @@ sub search {
 
        my $sort_spec = KinoSearch::Search::SortSpec->new( rules => $rules );
 
-#      $q =~ s/(.)/$1 /g;
+       $q =~ s/(.)/$1 /g; # _file_path_split
        my $hits = $self->searcher->hits(
                query => $q,
                sort_spec => $sort_spec,