We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 450a030 + bbf883a commit 5cf666eCopy full SHA for 5cf666e
.code-samples.meilisearch.yaml
@@ -1,15 +1,12 @@
1
landing_getting_started_1: |-
2
- ```yml
3
- # Configure your entities by adding them in config/packages/meilisearch.yaml
4
- meilisearch:
5
- url: 'http://127.0.0.1:7700'
6
- api_key: 'masterKey'
7
- indices:
8
- - name: movies
9
- class: App\Entity\Movie
10
- ```
11
-
12
- ```php
+ // # Configure your entities by adding them in config/packages/meilisearch.yaml
+ // meilisearch:
+ // url: 'http://127.0.0.1:7700'
+ // api_key: 'masterKey'
+ // indices:
+ // - name: movies
+ // class: App\Entity\Movie
+
13
<?php
14
// src/Controller/MoviesController.php
15
namespace App\Controller;
@@ -40,4 +37,3 @@ landing_getting_started_1: |-
40
37
//...
41
38
}
42
39
43
0 commit comments