Versions Compared

Key

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

REQUIRES ENTERPRISE EDITION

Status
colourRed
title1.9 Beta Feature

Introduction 

Matrix Requirements Medical can do 3 kinds of searches (local, server and miracle), see Finding Items. To make seaeching easier you can predefined searches.

Usage of predefined searches

 

 

 

 

 

 







Matrix Requirements Medical allows you setup common used search queries in order to access them through the quick search menu.

...


 

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