Done
Details
Details
Assignee
Pavlo Smahin
Pavlo SmahinReporter
Sri Ranjan
Sri Ranjan(Deactivated)Priority
Story Points
2
Sprint
None
Development Team
Spitfire
Fix versions
Release
Morning Glory (R2 2022) Bug Fix
RCA Group
Incomplete/missing requirements
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created July 15, 2022 at 5:20 PM
Updated August 22, 2022 at 9:45 AM
Resolved July 21, 2022 at 1:03 PM
Comment from - 5/2/2022:
I believe the issue is that the UI filter is not attaching a timestamp to the query, i.e. this is an STSMACOM issue not an MSEARCH one. Note that + values in the timestamp (which must accommodate the tenant's timezone) will need to be correctly encoded as %2B. A raw + will be decoded to a space, which will cause a parsing error and result in a 500 from mod-search.
Overview: Inventory search with created or updated dates results records outside the specified date range
• Action: filtering in Inventory using Date updated/created.
• Expected behavior: results list only includes records within the specified date range, i.e. the date parameters of the API query include a full ISO-8601 timestamp that accommodates the tenant's timezone.
• Current behavior: results showing from outside of specified date range. The root cause is values in the API query are missing timestamps and bare dates are converted to UTC timestamps. This means a tenant in London and a tenant in Los Angeles both send the same query,
which is converted to
when the Los Angeles tenant should send