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.
1 parent b39756f commit 69eccebCopy full SHA for 69ecceb
components/finder.rst
@@ -55,6 +55,12 @@ 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 keeps internal state. If you want to find another set of results you
61
+ should create a new Finder object or call :phpfunction:`create` on the existing object. Otherwise
62
+ the results will be added to the ones previously found.
63
64
.. caution::
65
66
When searching through multiple locations passed to the
0 commit comments