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
Currently (3.0.0), we attempt to use zprint with the parse-string option on the value of the above expression to format it so long as the value does not end with "..." (a truncated result). This has the upside of printing values like nested vectors more readable, but means that primitive return types don't make it through to search.
One option is to simply stop attempting to parse the string via zprint. I need to think more about this.
The text was updated successfully, but these errors were encountered:
Currently (3.0.0), we attempt to use zprint with the parse-string option on the value of the above expression to format it so long as the value does not end with "..." (a truncated result). This has the upside of printing values like nested vectors more readable, but means that primitive return types don't make it through to search.
One option is to simply stop attempting to parse the string via zprint. I need to think more about this.
The text was updated successfully, but these errors were encountered: