About the $like operator in Dynamic Menu Filter
Content (please ensure you mask any confidential information):
Regarding Dynamic Menu Filter, I am trying to do the following:
{$and: [
{Code:{$like:"xx%"}}
]}
This worked.
{$and: [
{Code:{$like:"|yyCode_t_c|"}}
]}
This also worked.
but,
{$and: [
{Code:{$like:"|yyCode_t_c|%"}}
]}
This doesn't work.
Are there any restrictions or errors in the description regarding this?
Tagged:
0