Lbudginas/refactor url param build
Url params creation function was a bit overengineered and hard to understand, new method is more simple and easier to understand. Also it's using pre-build javascipt url param constructor URLSearchParams
, so we can save some lines of code.
NOTE:
Main page comments search section is failing to show correct data with timeRange
filter, start date is not updated. This issue was present before this change. We should create separate ticket to fix it.