From 6b3d9d46de88f57ff9f9b5c34c332a68c8dfc9a7 Mon Sep 17 00:00:00 2001 From: Michele Riva Date: Tue, 11 Jul 2023 11:40:52 +0200 Subject: [PATCH] docs: adds blog post to docs --- packages/docs/pages/usage/create.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/docs/pages/usage/create.mdx b/packages/docs/pages/usage/create.mdx index 4a0614dfb..ad5f31560 100644 --- a/packages/docs/pages/usage/create.mdx +++ b/packages/docs/pages/usage/create.mdx @@ -11,6 +11,8 @@ Adding a property to the schema will make it searchable, but it will also increa Therefore, you should only index the properties that you need to search for. +If you want to learn more and see real-world examples, check out [this blog post](https://oramasearch.com/blog/optimizing-orama-schema-optimization) we wrote about schema optimization. + ## Schema properties and types The `schema` is an object where the keys are the property names and the values are the property types. \