save_fuzzy_search

Function save_fuzzy_search 

Source
pub fn save_fuzzy_search(value: bool)
Expand description

What: Persist the fuzzy search toggle.

Inputs:

  • value: Whether fuzzy search should be enabled.

Output:

  • None.

Details:

  • Delegates to save_boolean_key("fuzzy_search", value).