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
Is your feature request related to a problem? Please describe.
PR#132 changes the intended behavior of get() when parameter aspectNames is empty. Instead of throwing a 404, it will return VALUE with no aspects. To accomplish this behavior, getInternalNonEmpty call was changed to getInternal. We need to evaluate this behavior with getAll(), batchGet(), and search() methods to make sure they are aligned with get()'s new behavior.
Describe the solution you'd like
Double check and update calls to getInternalNonEmpty if needed to match with new get() behavior.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
PR#132 changes the intended behavior of
get()
when parameteraspectNames
is empty. Instead of throwing a 404, it will return VALUE with no aspects. To accomplish this behavior,getInternalNonEmpty
call was changed togetInternal
. We need to evaluate this behavior withgetAll()
,batchGet()
, andsearch()
methods to make sure they are aligned withget()
's new behavior.Describe the solution you'd like
Double check and update calls to getInternalNonEmpty if needed to match with new
get()
behavior.The text was updated successfully, but these errors were encountered: