diff --git a/src/Command/CreateProductionCommand.php b/src/Command/CreateProductionCommand.php index 905bb85..0cf76c2 100644 --- a/src/Command/CreateProductionCommand.php +++ b/src/Command/CreateProductionCommand.php @@ -67,8 +67,7 @@ class CreateProductionCommand extends Command protected function createProductionNoteFromTerm(Term $term): void { $noteIds = $this->ankiService->findNotesIds(sprintf( - //'VocabKanji:*%s* "note:%s"', - '*%s* "note:%s"', + '"SentKanji:*%s*" "note:%s"', $term->getKanji(), SentenceNote::MODEL_NAME, ));