Hi team
Is it possible to get the value of a column in Page Properties? Let's say I would like to get the value of STATUS header row.
I would like to automate and apply this CQL to a branch entity something like
"type = 'page' AND STATUS = 'Published"'
@OscarRi Those page properties are not indexed (as far as I know), therefore not searchable with CQL. Here is the list of all CQL compatible fields.
But, if you develop apps with the Forge framework, you can add new fields to CQL, this is possible. In fact, one of our apps provides several additional CQL fields, even one for content statuses!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.