Versions Compared

Key

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

...


Code Block
languagejs
titleSearch Configuration Example
{
  "searches": [{
	"name":"outdated links", 
	"expr":"mrql:outdated=1"
   },{
	"name":"last week", 
	"expr":"mrql:updated>1wupdated<1w"
   },{
	"name":"failed tests", 
    "expr":"mrql:'test run result'~'error'"
   }
  ]
}