Versions Compared

Key

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

...

The search queries syntax is the following:

Talk
idtalk-432

Code Block
jhjhjh
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

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

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

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

(variations are possible)

By several terms

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

talk:change OR talk:modify

talkUser:asmith NOT talkUser:jclarks

...