const urlParams = new URLSearchParams(window.location.search); urlParams.set('order', 'date'); window.location.search = urlParams;