Parser
- When a filter contains "uuid:<value>" this is matched using the partial match operator, which will allow use of abbreviated UUIDs.
This commit is contained in:
@@ -821,7 +821,8 @@ void Parser::findAttribute ()
|
||||
branch->tag ("OP");
|
||||
|
||||
// All 'project' attributes are partial matches.
|
||||
if (canonical == "project")
|
||||
if (canonical == "project" ||
|
||||
canonical == "uuid")
|
||||
branch->attribute ("raw", "=");
|
||||
else
|
||||
branch->attribute ("raw", "==");
|
||||
|
||||
Reference in New Issue
Block a user