Yesterday I updated to UiPath v.23.10.0-beta.14233, but I’m pretty sure this was happening before.
The CTRL+F “Search” function doesn’t work properly. Or doesn’t work at all.
Sometimes it doesn’t find strings that certainly are there (I triple checked there are no leading and/or leading spaces or anything else). I’m attaching some screenshots showing it:
The ones with editing and text marking in BLUE are showing strings (in the form of variable names) that are obviously there; even the compiler is complaining about not finding “one key” in a collection and show the related code, with the string it cannot find, in the error message.
The one with green underlying show results that are “similar” (a part of the string being searched coincides with the result), but that’s like an “approximate” result, not to say only that I didn’t ask for, but it’s also missing the real results, as the full string exists in the project.
With such a bug in such a basic and critical feature not working, it’s really difficult to use Studio. One may attempt a global search & replace but cannot trust on the outcome, which could have missed some occurrences. And who knows what else. Apart from the functionality being so basic, not allowing to choose amongs uppercase/lowercase, partial strings, and so on…