Skip to content

Commit 98eebc5

Browse files
Update queries.txt
1 parent ef140b6 commit 98eebc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/queries.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ when constructing the query:
189189
# class: Band
190190
# embedded: false>
191191

192-
Raw Values
193-
----------
192+
Querying for Raw Values
193+
-----------------------
194194

195195
If you'd like to bypass Mongoid's query type coercion behavior and query
196196
directly for the raw-typed value in the database, wrap the query value in
@@ -205,8 +205,8 @@ directly for the raw-typed value in the database, wrap the query value in
205205
# class: Band
206206
# embedded: false>
207207

208-
Aliases
209-
-------
208+
Field Aliases
209+
-------------
210210

211211
Queries take into account :ref:`storage field names <storage-field-names>`
212212
and :ref:`field aliases <field-aliases>`:

0 commit comments

Comments
 (0)