diff --git a/learn/inner_workings/known_limitations.mdx b/learn/inner_workings/known_limitations.mdx index 2ef64c7fba..12f5aafbdd 100644 --- a/learn/inner_workings/known_limitations.mdx +++ b/learn/inner_workings/known_limitations.mdx @@ -10,12 +10,6 @@ This guide covers hard limits that cannot be altered. Meilisearch also has some **Explanation:** Queries with many search terms can lead to long response times. This goes against our goal of providing a fast search-as-you-type experience. -## Maximum number of document fields - -**Limitation:** Documents have a soft maximum of 1000 fields. - -**Explanation:** There is no limit on how many fields a document can have. However, documents with more than 1000 fields may cause the [ranking rules](/learn/core_concepts/relevancy#ranking-rules) to stop working, leading to undefined behavior. - ## Maximum number of words per attribute **Limitation:** Meilisearch can index a maximum of 65535 positions per attribute. Any words exceeding the 65535 position limit will be silently ignored.