You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A custom exception UnsupportedSearchProperty is defined, and caught/handled all over the codebase, but is never thrown. It relates to the conversion between / and ., which cannot fail.
@jordanpadams@tloubrieu-jpl is it intended that properties be validated (if so, what validation rules?) or can this exception be stripped out of the codebase?
⚔️ Parent Epic / Related Tickets
No response
The text was updated successfully, but these errors were encountered:
@alexdunnjpl I think eventually from an end user perspective it would be helpful to catch an incorrect search property from a typo or something like that, but we don't have that as a requirement right now. Since it is not being used properly at the moment, we can remove and add back later.
💡 Description
A custom exception
UnsupportedSearchProperty
is defined, and caught/handled all over the codebase, but is never thrown. It relates to the conversion between/
and.
, which cannot fail.@jordanpadams @tloubrieu-jpl is it intended that properties be validated (if so, what validation rules?) or can this exception be stripped out of the codebase?
⚔️ Parent Epic / Related Tickets
No response
The text was updated successfully, but these errors were encountered: