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.
2 parents 5447036 + cc8853e commit 41c56d8Copy full SHA for 41c56d8
components/finder.rst
@@ -55,6 +55,13 @@ the Finder instance.
55
:phpfunction:`iterator_to_array` method, or get the number of items with
56
:phpfunction:`iterator_count`.
57
58
+.. tip::
59
+
60
+ The ``Finder`` object doesn't reset its internal state automatically, which
61
+ means that results are always added to the previous ones. Instantiate a new
62
+ object or call :phpfunction:`create` on the existing object to reset the
63
+ previous state.
64
65
.. caution::
66
67
When searching through multiple locations passed to the
0 commit comments