<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIFindSession/invalidateFoundResults()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIFindSession(im)invalidateFoundResults"
  },
  "title" : "invalidateFoundResults()"
}
-->

# invalidateFoundResults()

Invalidates the found ranges and updates the system find panel.

```
func invalidateFoundResults()
```

## Discussion

If the [`searchText`](/documentation/UIKit/UIFindInteraction/searchText) for the find interaction is non-empty, a call to this method this triggers a call to [`performSearch(query:options:)`](/documentation/UIKit/UIFindSession/performSearch(query:options:)) immediately after to begin a new search.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)