Skip to content

Commit

Permalink
more content updates
Browse files Browse the repository at this point in the history
  • Loading branch information
erikhatcher committed Jan 14, 2025
1 parent 88ccad4 commit 3cdf44e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
5 changes: 4 additions & 1 deletion docs/10_About_workshop/1_intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,7 @@ Playground's Code Sandbox.
Let's dive into the world of Atlas Search using this convenient and powerful playground!

## Resources
* https://www.mongodb.com/developer/products/atlas/search-playground-intro/
* https://www.mongodb.com/developer/products/atlas/search-playground-intro/


* `index` parameter to $search!!!
4 changes: 1 addition & 3 deletions docs/50_Querying/1_index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
* Search operators w/ quick labs for each one
* compound: filter, mustNot, must, should

# TODO
* "For string type, the moreLikeThis and queryString operators don't support an array of strings."
huh? Really?
* wildcard vs. not
2 changes: 1 addition & 1 deletion docs/70_Data_Modeling/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Data Modeling for Search

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

* Labs: movies search searching for movies, versus searching for cast members
* Tips: $merge
9 changes: 7 additions & 2 deletions docs/99_TODO.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
* Remove "corp" from all Playground links
* Fire up ProcessCene and generate some analysis images, etc
* Polish headers/footers
* Fix publishing to GH Pages
* Fix publishing to GH Pages (need @pash to set me as owner)
* should completed/solved playgrounds be saved and linked in here as well?
* Add coverage of "index objects" counting
* Add transition verbiage at the end of each page/section to lead into the next one
* should all links back to mongodb.com have UTMs? How to use the variables?
- research
* border around images? click to make them larger?
- see docs!

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

Synonyms: https://search-playground.mongodb.com/tools/code-sandbox/snapshots/6785d30eb6487c1cfd0bb817
Synonyms: https://search-playground.mongodb.com/tools/code-sandbox/snapshots/6785d30eb6487c1cfd0bb817

[![A scenic mountain view](/img/analysis_lucene_standard.png)](/img/analysis_lucene_standard.png)

4 changes: 4 additions & 0 deletions docs/01_Welcome.mdx → docs/welcome.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 1
---

# Welcome!

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.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const config = {
staticDirectories: ["static"],
i18n: {
defaultLocale: "en",
locales: ["en", "es"],
locales: ["en"],
},
customFields: {
startButtonTitle: `${startButtonTitle}`,
Expand Down

0 comments on commit 3cdf44e

Please sign in to comment.