Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit b0dae5b

Browse files
committed
add info
1 parent e957cae commit b0dae5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/reference/collection-level-filtering/filter-regex.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ The regular expression pattern you pass into a filter must follow the :query:`re
4040

4141
Regular expressions in filter documents use ``options`` listed in the :query:`regex
4242
<$regex>` guide. ``options`` is a string of concatenated options. For example, to specify
43-
the ``i`` and ``s`` options, pass in "si" to ``options``.
43+
the ``i`` and ``s`` options, pass in "si" to ``options``. The order of concatenated
44+
options does not matter.
4445

4546
.. list-table::
4647
:header-rows: 1

0 commit comments

Comments
 (0)