From b5c24e19f45dcac57d21837545d4142dffd72b11 Mon Sep 17 00:00:00 2001 From: Maryam Date: Mon, 26 Jun 2023 15:55:04 +0400 Subject: [PATCH] update known limitations --- learn/inner_workings/known_limitations.mdx | 6 ------ 1 file changed, 6 deletions(-) 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.