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 14 Current »

REQUIRES ENTERPRISE EDITION

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.

Configuration of predefined searches

Predefined searches are stored in a project setting which is in a JSON project setting. I uses the following syntax:

searches: // an array of search expressions, each of them a tuple


Search 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'"
   }
  ]
}




  • No labels