---
title: invalidateFoundResults()
framework: uikit
role: symbol
role_heading: Instance Method
path: uikit/uifindsession/invalidatefoundresults()
---

# invalidateFoundResults()

Invalidates the found ranges and updates the system find panel.

## Declaration

```swift
func invalidateFoundResults()
```

## Discussion

Discussion If the searchText for the find interaction is non-empty, a call to this method this triggers a call to performSearch(query:options:) immediately after to begin a new search.

## See Also

### Managing session interactions

- [performSearch(query:options:)](uikit/uifindsession/performsearch(query:options:).md)
- [performSingleReplacement(query:replacementString:options:)](uikit/uifindsession/performsinglereplacement(query:replacementstring:options:).md)
- [replaceAll(searchQuery:replacementString:options:)](uikit/uifindsession/replaceall(searchquery:replacementstring:options:).md)
- [highlightNextResult(in:)](uikit/uifindsession/highlightnextresult(in:).md)
