@peternlewis Check this out:
It seems like when the "Search" feature searches "Semaphore Lock" actions, it only searches the "Name", not the content.
And no, I don't actually have two actions in a row like this - it was merely to demonstrate the point.
2 Likes
i.e. it seems, the value of the SemaphoreName
key:
<key>SemaphoreName</key>
<string>...some name string here...</string>
1 Like
The code that handles searching often makes the assumption about the contents of the action being included in the name of the action.
I have adjusted the code to search in both the original name and the custom name for the next version.
2 Likes