Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit 5937419

Browse files
committed
Edited 080_Structured_Search/10_compoundfilters.asciidoc with Atlas code editor
1 parent 5b85bfd commit 5937419

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: 080_Structured_Search/10_compoundfilters.asciidoc

+4-3
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ The `bool` filter is composed of three sections:
4545
And that's it!((("should clause", "in bool filters")))((("must_not clause", "in bool filters")))((("must clause", "in bool filters"))) When you need multiple filters, simply place them into the
4646
different sections of the `bool` filter.
4747

48-
49-
NOTE: Each section of the `bool` filter is optional (for example, you can have a `must`
48+
[NOTE]
49+
====
50+
Each section of the `bool` filter is optional (for example, you can have a `must`
5051
clause and nothing else), and each section can contain a single filter or an
5152
array of filters.
52-
53+
====
5354

5455
To replicate the preceding SQL example, we will take the two `term` filters that
5556
we used((("term filter", "placing inside bool filter")))((("bool filter", "with two term filters in should clause and must_not clause"))) previously and place them inside the `should` clause of a `bool`

0 commit comments

Comments
 (0)