Reply To: Logical signal suggestion

Forums 💬 FlowCanvas ⚙️ Support Logical signal suggestion Reply To: Logical signal suggestion

#21641
Gavalakis
Keymaster

    Hey 🙂

    While I have already created aliases for those operators in the latest version, there is a small bug that disallows actually searching by those aliases when there are 2 characters (* and / should work though).

    If you want to fix this now, please open up StringUtils.cs file and replace whole method named “SearchMatch” with this code:

    With the above change, you will be able to search with “!=”, “>=”, etc.

    Let me know if that indeed works for you.
    Thanks.