Assigned
Status Update
Comments
dh...@google.com <dh...@google.com> #2
Thanks for the report. I will route this to the appropriate internal team and update this when I hear back from them.
No update yet.
Thanks for the report. I will route this to the appropriate internal team and update this when I hear back from them.
Description
I was able to reproduce a test on the API by running the following filters to get my search result:
-NOT projectId:sys-*
Output:
All cases that didn't have sys in the beginning of the string.
Solution:
The client wants a specific regex to filter out digits instead of *
^id:sys-[1-9]{26}$
Obstruction:
The API doesn’t accept any form or regular expressions beyond {*}.
It only accept the filters given in the example: