Hello,
I am using the following syntax in the where conditions.
Article.created_by:{user:id}
AND
(
Article.status_flag:H
OR
Article.status_flag:O
)
i am getting the results, but also notice Undefined Index notice. How can I get rid of the undefined notice? What am I doing wrong?
I am using the following syntax in the where conditions.
Article.created_by:{user:id}
AND
(
Article.status_flag:H
OR
Article.status_flag:O
)
i am getting the results, but also notice Undefined Index notice. How can I get rid of the undefined notice? What am I doing wrong?