We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f7ab6 commit 8e7441bCopy full SHA for 8e7441b
source/text-search.txt
@@ -30,7 +30,7 @@ Create a collection ``stores`` with the following documents:
30
db.stores.insert(
31
[
32
{ _id: 1, name: "Java Hut", description: "Coffee and cakes" },
33
- { _id: 2, name: "Burger Buns", description: "Gormet hamburgers" },
+ { _id: 2, name: "Burger Buns", description: "Gourmet hamburgers" },
34
{ _id: 3, name: "Coffee Shop", description: "Just coffee" },
35
{ _id: 4, name: "Clothes Clothes Clothes", description: "Discount clothing" },
36
{ _id: 5, name: "Java Shopping", description: "Indonesian goods" }
0 commit comments