Skip to content

Commit 3cdf44e

Browse files
committed
more content updates
1 parent 88ccad4 commit 3cdf44e

File tree

6 files changed

+18
-8
lines changed

6 files changed

+18
-8
lines changed

docs/10_About_workshop/1_intro.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ Playground's Code Sandbox.
2222
Let's dive into the world of Atlas Search using this convenient and powerful playground!
2323

2424
## Resources
25-
* https://www.mongodb.com/developer/products/atlas/search-playground-intro/
25+
* https://www.mongodb.com/developer/products/atlas/search-playground-intro/
26+
27+
28+
* `index` parameter to $search!!!

docs/50_Querying/1_index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@
44
* Search operators w/ quick labs for each one
55
* compound: filter, mustNot, must, should
66

7-
# TODO
8-
* "For string type, the moreLikeThis and queryString operators don't support an array of strings."
9-
huh? Really?
7+
* wildcard vs. not

docs/70_Data_Modeling/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Data Modeling for Search
22

3-
https://www.mongodb.com/developer/products/atlas/data-modeling-for-search/
3+
https://www.mongodb.com/developer/products/atlas/data-modeling-for-search/${utmParams}
44

55
* Labs: movies search searching for movies, versus searching for cast members
66
* Tips: $merge

docs/99_TODO.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
* Remove "corp" from all Playground links
22
* Fire up ProcessCene and generate some analysis images, etc
33
* Polish headers/footers
4-
* Fix publishing to GH Pages
4+
* Fix publishing to GH Pages (need @pash to set me as owner)
55
* should completed/solved playgrounds be saved and linked in here as well?
66
* Add coverage of "index objects" counting
77
* Add transition verbiage at the end of each page/section to lead into the next one
88
* should all links back to mongodb.com have UTMs? How to use the variables?
9+
- research
910
* border around images? click to make them larger?
11+
- see docs!
1012

1113
Cool Tricks
1214
Which clause matches?
@@ -15,4 +17,7 @@ Which embedded document matched?
1517
https://search-playground.corp.mongodb.com/tools/code-playground/snapshots/669e850dd49ef6fad98118d6
1618
Using scoreDetails to glimpse analysis in action:
1719

18-
Synonyms: https://search-playground.mongodb.com/tools/code-sandbox/snapshots/6785d30eb6487c1cfd0bb817
20+
Synonyms: https://search-playground.mongodb.com/tools/code-sandbox/snapshots/6785d30eb6487c1cfd0bb817
21+
22+
[![A scenic mountain view](/img/analysis_lucene_standard.png)](/img/analysis_lucene_standard.png)
23+

docs/01_Welcome.mdx renamed to docs/welcome.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
15
# Welcome!
26

37
This workshop presents the fundamental concepts of the full-text search capabilities provided by Atlas Search, and empowers developers with best practice techniques to bring powerful search experiences to their applications. Developers will engage with a number of practical exercises to gain experience and confidence in understanding textual analysis and tokenization, configuring field types, and leveraging search operators for better relevancy.

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const config = {
9999
staticDirectories: ["static"],
100100
i18n: {
101101
defaultLocale: "en",
102-
locales: ["en", "es"],
102+
locales: ["en"],
103103
},
104104
customFields: {
105105
startButtonTitle: `${startButtonTitle}`,

0 commit comments

Comments
 (0)