Skip to content

Commit 497e1f5

Browse files
authored
Typo fielf in Full Text Filtering tutorial (#256)
1 parent 2967646 commit 497e1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/InteractiveTutorial/MdxPages/FilteringFullText.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You’ll notice this filter works, but if you change the phrase slightly, it won
104104

105105
To make filtering more powerful and flexible, we’ll index the `description` field. This will tokenize the text, allowing for more complex queries such as filtering for phrases like "cave colonies." We use a `word` tokenizer, and only tokens that are between 5 and 20 characters will be indexed.
106106

107-
**Note:** You should always index a fielf before filtering. If you use filtering before you create an index (like in Step 3), Qdrant will search through the entire dataset in an unstructured way. Your search performance will be very slow.
107+
**Note:** You should always index a field before filtering. If you use filtering before you create an index (like in Step 3), Qdrant will search through the entire dataset in an unstructured way. Your search performance will be very slow.
108108

109109
```json withRunButton="true"
110110
PUT /collections/star_charts/index

0 commit comments

Comments
 (0)