diff --git a/doc/02_neon_configuration.md b/doc/02_neon_configuration.md index 91e158b..da09b2f 100644 --- a/doc/02_neon_configuration.md +++ b/doc/02_neon_configuration.md @@ -5,7 +5,7 @@ TODO convert to video example - Import created file to your application config neon. Usually located in`app/config/config.neon`. ```neon includes: - - ../ProducModule/Config/Product.neon + - ../ProductModule/Config/Product.neon ``` - Now you can configure your entity. Each entity has own ElasticSearch type and index with same name. You have to specify only index, type has same name and is only one in index, it is defined in library so you don't @@ -75,4 +75,4 @@ array of values. In this example product has field `productTag` which has array #### Tips - Do not use field named `id` in mapping. Use `databaseId` or `externalId` depending from your data originates. -- Do not use same field name in entity structure. \ No newline at end of file +- Do not use same field name in entity structure.