Skip to content

float_rules match on exe and title? #1023

Answered by LGUG2Z
bachampson asked this question in Q&A
Discussion options

You must be logged in to vote

You can use composite matching rules for this - wrap two matchers in an array and they'll be treated as a logical AND:

[
  {
    "kind": "Exe",
    "id": "Ssms.exe",
    "matching_strategy": "Equals"
  },
  {
    "kind": "Title",
    "id": "Connecting to Server",
    "matching_strategy": "Equals"
  }
]

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bachampson
Comment options

Answer selected by bachampson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants