Skip to main content
Skip table of contents

Can I have cascading searches to find something among the results of a Search?

Yes, now it's possible to do joint like searches, i.e. a second search is done on the results of the first search.

More explanation on the global MRQL page.

Example:

CODE
mrql: category=REQ and label=adult ==> category=TC and uplinkm=previous

The keyword previous refers to the set of results from the 1st part of the query

The ==> sign can also be the keyword THEN.

You can add many levels:

Example:

CODE
mrql: category=REQ and label=adult
    ==> category=SPEC and uplinkm=previous and label=internal 
    ==> category=XTC and testResult=error

This would list the failed tests who has a SPEC with a label "internal" as ancestor, but only if these SPECs have a REQ with a label "adult"

The relations that can be used with previous are:

  • uplink

  • uplinkm

  • downlink

  • downlinkm

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.