I am attempting to optimize a workspace search tool and I am experimenting with the use of QueryDecendants using a string selector to achieve this.
However, I cannot find any documentation on how to properly search for an Instance name if that instance name contains a space.
I have tried "Folder[Name = \"Name with space\"]" but it unsuccessfully returns the folder with the name “Name with space”.
if you are familiar with javascript it’s similar to their query selector system. I’m not actually sure if this works with spaces you’ll have to test it
workspace:QueryDescendants('Folder[Name="Name with space"]')