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. \