diff --git a/wiki/content/query-language/schema.md b/wiki/content/query-language/schema.md index 85e76f8d699..fc94f53f3f4 100644 --- a/wiki/content/query-language/schema.md +++ b/wiki/content/query-language/schema.md @@ -382,19 +382,6 @@ transaction conflict rate. Use only the minimum number of and simplest indexes that your application needs. {{% /notice %}} -Please note that when specifying at the same time both `term` and `trigram` indexes, in the schema, you will need to specify them in the following exact order: `: string @index(term, trigram) .` not vice-versa. -Doing otherwise causes queries using the index to return an error about invalid tokenizers. - -``` -{ - "message": ": Attribute streamTitle does not have a valid tokenizer.", - "extensions": { - "code": "ErrorInvalidRequest" - } - } -``` - - ### DateTime Indices The indices available for `dateTime` are as follows.