Skip to content

Commit 14aaa1f

Browse files
committed
docs: Fix remaining 'Bank America' reference to 'Bank Berlin'
Updated the explanation text to use 'Bank Berlin' instead of 'Bank America' for consistency. The phrase now correctly shows that 'Bank of Berlin' would be indexed as 'Bank Berlin' (without 'of') when using default stopwords.
1 parent 642ad4d commit 14aaa1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user_guide/11_advanced_queries.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@
635635
"If we had used the default stopwords (not specifying `stopwords` in the schema), the word \"of\" would be filtered out during indexing. This means:\n",
636636
"\n",
637637
"- ❌ Searching for `\"Bank of Berlin\"` might not find exact matches\n",
638-
"- ❌ The phrase would be indexed as `\"Bank America\"` (without \"of\")\n",
638+
"- ❌ The phrase would be indexed as `\"Bank Berlin\"` (without \"of\")\n",
639639
"- ✅ With `STOPWORDS 0`, all words including \"of\" are indexed\n",
640640
"\n",
641641
"**Custom Stopwords Example:**\n",

0 commit comments

Comments
 (0)