Skip to content

Commit 9383466

Browse files
committed
checkpoint
1 parent 5e9142a commit 9383466

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

docs/20_Intro_to_Atlas_Search/2_aggregation_stages.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@ accessible in the $$SEARCH_META context variable.
6666
</div>
6767
</details>
6868

69+
IMPORTANT: Always specify the `index` parameter. Otherwise it uses `default`(?) and if there's no
70+
index by that name, you get `[]` not an error. The Playground only has a `default` index.
71+
(and you get an error if you use any other name); be explicit.
72+
73+
"Yes I double checked that the index name matches." (forum user that has been bitten before)
74+
- https://www.mongodb.com/community/forums/t/no-documents-retrieved-using-dynamic-false/310123
75+
76+
6977
## Post $search-stages
7078

7179
* Such as $sort, $group, etc any stage that consumes **all** documents from previous stage.

docs/30_Index_configuration/2_basic_types.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,7 @@ Why doesn't this playground match as expected?
5656
```
5757
</div>
5858
</details>
59+
60+
IMPORTANT: Type matters. This detail can make or break your pipeline:
61+
e.g. https://www.mongodb.com/community/forums/t/no-documents-retrieved-using-dynamic-false/310123/3
62+

docs/40_Analysis/2_language.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Language
2+
3+
你好!Bom dia! Hola!
4+

0 commit comments

Comments
 (0)