Weird error from personalizeruntime service with FilterValues #2168
Answered
by
RanVaknin
kostaskoukouvis
asked this question in
Q&A
-
The following recommendations input though
return the following error
Is this a bug or am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
RanVaknin
Jul 6, 2023
Replies: 2 comments 1 reply
-
Hi @kostaskoukouvis , The error tells you that you need to format the values with escaped quotes: FilterValues: map[string]string{
"site": "\"site\"",
"notbefore": "\"1688123326\"",
}, Please consider checking out the documentation for this operation Thanks, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kostaskoukouvis
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kostaskoukouvis ,
The error tells you that you need to format the values with escaped quotes:
Please consider checking out the documentation for this operation
Thanks,
Ran~