Default values overriding search filters & inconsistent results
In the user profile -> operations tab, the first time you load the screen, if you perform a filter such as changing the last dates, they will reset back to the default value.
Same issue shows when attempting to set specific Operation types. Sample screenshot below shows filtering by comments, while the filtering does not show as set in Operation Types button.
Additionally, noticed very inconsistent behaviour when search does not always find results. When i search via account mcfarhat with last 1 hour, it seems to reset search to 1 day, while sometimes showing results, and others not showing results. See second screenshot
The query in the browser shows:
http://localhost:5000/@mcfarhat?&fromDate=2025.01.24_18.49.36&lastTime=1&timeUnit=hours
which seems to have reset the days in the display only.
Next i tried searching with 1 day selected, and got 30 days results:
browser query: http://localhost:5000/@mcfarhat?&fromDate=2024.12.25_19.51.38
Please revisit the default values/search as it seems it's misbehaving