[SOLVED] SC quicksearch(): "*" not supported in path argument

Things you’d like to miss in the future...
Post Reply
Leito
Posts: 561
Joined: 26 Sep 2016 15:37
Location: Windows 10 1809 x64

[SOLVED] SC quicksearch(): "*" not supported in path argument

Post by Leito »

(as reported in this thread)

The following script raises an error: "Search location currently not available"

Code: Select all

text quicksearch("tags:Rock", "*");
However, the Help indicates it should work:
Search the whole computer for all items tagged Rock:

Code: Select all

text quicksearch("tags:Rock", "*");
Last edited by Leito on 08 Feb 2019 11:01, edited 1 time in total.

admin
Site Admin
Posts: 60528
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: SC quicksearch(): "*" not supported in path argument

Post by admin »

Fix comes. Looks like I went a bit over the top recently with supporting relative paths all over the place... :roll:

Leito
Posts: 561
Joined: 26 Sep 2016 15:37
Location: Windows 10 1809 x64

Re: SC quicksearch(): "*" not supported in path argument

Post by Leito »

Code: Select all

v19.60.0011 - 2019-02-08 10:38
    ! SC quicksearch: Since 20190128 the special character "*" for "This PC" 
      (search everywhere) was not recognized anymore. Fixed.
All good now. :tup:

Post Reply