Preparing search index...
    • Updates the recipe title search filter in a multimap

      Sets or updates the title search string in the filter multimap. Used for real-time search as the user types.

      Parameters

      • multimap: Map<TListFilter, string[]>

        The filter multimap to modify

      • newSearchString: string

        The new search string for recipe titles

      Returns void

      editTitleInMultimap(filters, "chocolate cake");