filterwildcardout-gridview

Out-gridview filter wildcard


Just wanted to confirm, from my observation, the FILTER in out-gridview can't accept wildcards, is that correct? I tried *, %...it doesn't seem to support any and I can't find documentation that confirms this.

For example I have :

enter image description here

If I filter with this there are no results found:

enter image description here


Solution

  • Haha, turns out it was staring me in the face.

    Just a SPACE character acts as a classic wildcard.

    For example:

    SQL SP2

    is like if you were filtering with

    SQL*SP2

    A bit surprising, but it works :)

    enter image description here