Explorer search ** glob doesn't work in some queries

The ** pattern described here does not match any instances in some contexts, e.g. if it is the last piece of the pattern and there is more than one section in the preceding path. I believe this began occurring recently, as of the last one or two updates, but I might be wrong.

This makes some queries that appear in the form Some.Path.** is:SomeClass not work at all anymore, but Some.** seems to function fine:

image

image

image

image

image

Expected behavior

The ** pattern should match all descendants.

1 Like

Thanks for the report! I filed a ticket in our internal database.

Thanks for the report - we’ve fixed this bug and the issue should no longer be occurring!