Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Go to Confluence Search > Add Filter > Choose Page Field Name

Note. Indexing is being perform on incremental basis every time page edited.Search e.g. page-field-name : <yours search text>

Rest Example
Code Block
$ curl -u"user:password" -G http://localhost:8080/rest/api/content/search \
--data-urlencode "cql=(page-field-name = customer.name)"

...