Function mergeSearch

  • Merges the search parameters of a URL with the provided search parameters.

    Parameters

    • url: URLInput

      The URL to merge the search parameters into.

    • search: URLSearchInput

      The search parameters to merge into the URL.

    • mode: QueryMergeMode = 'replace'

      The merge mode. Defaults to 'replace'.

    Returns URL

    The URL with the merged search parameters.

Generated using TypeDoc