Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Search on specific field is working, search on the page content is less efficient >>> instead use REGEXP

( download the page content:  body.storage.value and match with an REG expression , body is part of _expandable)

Advanced Searching using CQL

https://developer.atlassian.com/server/confluence/advanced-searching-using-cql/


title="page8"

or

title~"page8"   ( include)

text~ "bla bla bla"  ( include in the content )



https://developer.atlassian.com/server/confluence/cql-field-reference/

  • No labels