import { addToLocationSearch } from '@src/hylo-components/utils/usefull/usefull';
Adds values to the url search string. Replaces values if the key already exist.
Fires the event "hyloLocationSearchChanged" on the windows object.
an object with key/value pairs to add to the search string
Optional
whether to create a new history entry or replace the current
Generated using TypeDoc
import { addToLocationSearch } from '@src/hylo-components/utils/usefull/usefull';
Adds values to the url search string. Replaces values if the key already exist.
Fires the event "hyloLocationSearchChanged" on the windows object.