Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • search Confluence pages for anywhere Talk macro is used. To do that, use the query:
            macroName:talk

 

  • apply AND search. To search for Talk content that contains several terms, use the operator AND in capital letters:
       talk:"do that ASAP" AND talkUser:asmith AND talkUpdated:[20141201 TO 20150201]

...

  • apply OR search. To search for Talk content that contains one of several terms, use the operator OR in capital letters:
           talkUser:asmith OR talkUser:jclarks

...

  • apply NOT search. To search for Talk content that contains one term but doesn't contain the other, use the operator NOT in capital letters:
           talk:"do that ASAP" NOT talk:design

...

QuerySearchExamples
talk:"some text"By text in discussions

talk:release

talk:"do that ASAP"

talkUser:"User Name"By commenter (by user name, first name, last name or full name)

talkUser:asmith

talkUser:Alex

talkUser:Smith

talkUser:"Alex Smith"

talkUpdated:[yyyymmdd TO yyyymmdd]By talk update date rangetalkUpdated:[20141201 TO 20150201]
macroName:talkFor Talk macromacroName:talk

(variations are possible)

talk:"some text" AND talkUpdated:[yyyymmdd TO yyyymmdd] 

talk:"text 1" OR talk:"text 2"

talkUser:"User Name 1" NOT talkUser:"User Name 2" 


 

By several terms

talk:"do that ASAP" AND talkUpdated:[20141201 TO 20150201]

talk:change OR talk:modify

talkUser:asmith NOT talkUser:jclarks

 

...