Skip to content

Commit 815db4a

Browse files
committed
fix some dangling corp playground links
1 parent 129a361 commit 815db4a

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

docs/40_Analysis/5_custom.mdx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,19 @@ Composed from analyzer building blocks:
1515
## Custom analyzers
1616

1717
### last 4 digits
18-
Last 4 digit of phone number matching (regex extraction during indexing, keyword analysis at query time): https://search-playground.corp.mongodb.com/tools/code-playground/snapshots/669e6c98d49ef6fad98118ba
18+
<Playground url="https://search-playground.corp.mongodb.com/tools/code-playground/snapshots/669e6c98d49ef6fad98118ba">🔗 Last 4 digit of phone number matching</Playground> (regex extraction during indexing, keyword analysis at query time)
1919

2020
### reverse token filter
21-
Example of being able to do ‘startsWith’ and ‘endsWith’ using wildcard and ‘reverse’ token filter:
22-
https://search-playground.mongodb.com/tools/code-playground/snapshots/6683c8bc4a45448733549bbc
21+
<Playground url="https://search-playground.mongodb.com/tools/code-playground/snapshots/6683c8bc4a45448733549bbc">🔗 Example of being able to do ‘startsWith’ and ‘endsWith’ using wildcard and ‘reverse’ token filter</Playground>
2322

2423
### starts-with
25-
Example of being able to do ‘startsWith’, ‘endsWith’ and ‘contains’ using nGrams: https://search-playground.mongodb.com/tools/code-playground/snapshots/6683c999934a05d9b585b6e7
24+
<Playground url="https://search-playground.mongodb.com/tools/code-playground/snapshots/6683c999934a05d9b585b6e7">🔗 Example of being able to do ‘startsWith’, ‘endsWith’ and ‘contains’ using nGrams</Playground>
2625

2726
## Exercises
2827

2928
### HTML stripping indexer on English text
3029

31-
https://search-playground.corp.mongodb.com/tools/code-sandbox/snapshots/6796a293aa132ffc76719f61
30+
<Playground url="https://search-playground.corp.mongodb.com/tools/code-sandbox/snapshots/6796a293aa132ffc76719f61">🔗 Stripping HTML tags for indexing</Playground>
3231

3332
From there:
3433
* `lucene.english` - "span" and "alert" are indexed/searchable

docs/40_Analysis/9_advanced.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# 🦹 Advanced
22

33
## Synonyms
4-
5-
TODO: get this working: https://search-playground.corp.mongodb.com/tools/code-sandbox/snapshots/67b588c6828ad15116bccda5
4+
<Playground url="https://search-playground.corp.mongodb.com/tools/code-sandbox/snapshots/67b588c6828ad15116bccda5">🔗 TODO: synonyms</Playground>
65

76
* st/street, rd/road
87

0 commit comments

Comments
 (0)