match lines for document
This block is part of the array group and was last modified in core v14.0.2.
match lines for document 
    
    v14.0.2
    
  
    Returns all matching lines by guid for the given document. The input should contain a _meta.guid which will be returned and an array matches containing { key, value }.
  
| Pin | Pin | Type | Default | 
|---|---|---|---|
linesrequiredlines to match. Example: [{ "_meta": { "guid": "example" }, "matches": [{ "key": "code", "value": "test" }] }] | 
              array | 
              ||
overwritesrequiredoverwrite lines by guid. Example: { "example": [{ "_meta": { "guid": "example_overwrite" }, "matches": [{ "key": "code", "value": "test2" }] }] } | 
              object | 
              ||
documentrequiredthe document to match with. Example: { "_meta": { "guid": "example" }, "code": "test" } | 
              object | 
              ||
| only check prefix If set will only check the given match prefix and return true for all other matches  | 
              value | 
              
| Pin | Pin | Type | Example | 
|---|---|---|---|
| matches | 
            array | 
            
Core Releases
v14.0.2 This block was introduced inv14.0.2, click here to see the release notes.
    
    
  
  
  
  Back to
array
      Return to the main group to view all sub-groups
    
    
  
  
  
    
    
      Back to array
      Return to the group to view all blocks within this group