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 69ecceb commit cc8853eCopy full SHA for cc8853e
components/finder.rst
@@ -57,9 +57,10 @@ the Finder instance.
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.
+ The ``Finder`` object doesn't reset its internal state automatically, which
+ means that results are always added to the previous ones. Instantiate a new
+ object or call :phpfunction:`create` on the existing object to reset the
63
+ previous state.
64
65
.. caution::
66
0 commit comments