Hi @all,
I'm a long time devoted FARR user and started to use aliases more heavily recently.
Now I have a problem I couldn't solve by myself (using the help, the forum and trial and error) and hope somebody can point me in the right direction
I have setup an alias that calls a URL in my browser if prefixed with '@'.
So searching
@test will open the browser with
https://foobar.com/test.
This works like a charm!
The problem now is, that the
URL is case sensitive while I want the
query to be case insensitive.
So searching
@TesT should
also open
https://foobar.com/test because
https://foobar.com/TesT will give me a 404.
Unfortunately, I have no power to fix this on the target side
Is there any way to convert the $$u1 placeholder in my URL to lower case?
Thanks in advance for all your thoughts!
Marcus