Skip to content

Commit

Permalink
Do not index in typesense in test
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMendolia committed Jan 26, 2024
1 parent 342e2f6 commit 91f9df1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/bundles.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
Symfony\UX\StimulusBundle\StimulusBundle::class => ['all' => true],
Andante\PageFilterFormBundle\AndantePageFilterFormBundle::class => ['all' => true],
Symandy\DatabaseBackupBundle\SymandyDatabaseBackupBundle::class => ['all' => true],
ACSEO\TypesenseBundle\ACSEOTypesenseBundle::class => ['dev' => true, 'prod'=> true],
ACSEO\TypesenseBundle\ACSEOTypesenseBundle::class => ['all'=> true],
];
4 changes: 4 additions & 0 deletions config/packages/acseo_typesense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ acseo_typesense:
query_by: title,serie,publisher,extension,authors,tags
limit: 18
num_typos: 2

when@test:
acseo_typesense:
collections: ~

0 comments on commit 91f9df1

Please sign in to comment.