invalidate_sort_caches

Function invalidate_sort_caches 

Source
pub fn invalidate_sort_caches(app: &mut AppState)
Expand description

What: Invalidate all sort caches.

Inputs:

  • app: Mutable application state.

Output:

  • Clears all sort cache fields.

Details:

  • Should be called when results change (new search, filter change, etc.).