Skip to content

Commit

Permalink
Merge pull request #42 from Meg528/patch-15
Browse files Browse the repository at this point in the history
Update 04-equals.mdx
  • Loading branch information
sis0k0 authored Sep 18, 2024
2 parents 90a2fac + 36ae893 commit 68a1ecd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/5-search-operators/04-equals.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 📘 The `equals` operator
# 📘 The `equals` Operator

The `equals` operator is used to search for a specific value in a field. It is similar to the `match` operator, but the operation will be performed by Lucene, and can be combined with other operators to refine results.
The `equals` operator is used to search for a specific value in a field. It is similar to the `match` operator, but the operation will be performed by Lucene and can be combined with other operators to refine results.

The `equals` operator has the following syntax. You can find more explanation about it in the <Link to="">documentation</Link>.

Expand All @@ -17,4 +17,4 @@ The `equals` operator has the following syntax. You can find more explanation ab
}
```

This could be useful if you wanted to query only for books that were published in a specific year.
This could be useful if you wanted to query only for books that were published in a specific year.

0 comments on commit 68a1ecd

Please sign in to comment.