Docs: Remove non existing function

This commit is contained in:
Robert Schulze 2023-01-30 11:47:58 +00:00
parent 66392b873c
commit 9124e56e2a
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -62,7 +62,6 @@ SELECT * from tab WHERE s IN (Hello, World);
SELECT * from tab WHERE s LIKE %Hello%;
SELECT * from tab WHERE multiSearchAny(s, Hello, World);
SELECT * from tab WHERE hasToken(s, Hello);
SELECT * from tab WHERE multiSearchAll(s, [Hello, World]);
```
The inverted index also works on columns of type `Array(String)`, `Array(FixedString)`, `Map(String)` and `Map(String)`.